Skip to content

Commit

Permalink
Merge pull request #6 from WinStyle/patch-1
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
cmars committed Jan 28, 2018
2 parents e0fc4f9 + 3806035 commit bad2042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python
#
# PySTDF - The Pythonic STDF Parser
# Copyright (C) 2006 Casey Marshall
Expand Down Expand Up @@ -45,8 +45,8 @@
author_email='casey.marshall@gmail.com',
url='http://code.google.com/p/pystdf/',
packages=['pystdf','pystdf.explorer'],
scripts=['scripts/stdf_slice', 'scripts/rec_index', 'scripts/stdf2atdf',
'scripts/stdf2xml'],
scripts=['scripts/stdf_slice', 'scripts/rec_index', 'scripts/stdf2text',
'scripts/stdf2excel', 'scripts/stdf2xml'],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
Expand Down

0 comments on commit bad2042

Please sign in to comment.