Skip to content

Commit

Permalink
setup.py: adapted for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric.rateau@gmail.com committed Jan 10, 2015
1 parent d64e950 commit 71b6db4
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
Expand Up @@ -42,7 +42,7 @@
'Topic :: Scientific/Engineering',

# Pick your license as you wish (should match "license" above)
'License :: OSI Approved :: GPL3',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
Expand Down Expand Up @@ -74,7 +74,7 @@
extras_require = {
'export': ['scipy','h5py','xlwt','xlwt3','openpyxl','pandas'],
'converter': ['PyQt4'],
},
}

# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
Expand All @@ -96,5 +96,5 @@
# 'console_scripts': [
# 'sample=sample:main',
# ],
},
#},
)

0 comments on commit 71b6db4

Please sign in to comment.