Skip to content

Commit

Permalink
added classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bad-ants-fleet committed Dec 29, 2018
1 parent 189107b commit 1900973
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,24 @@
author='Stefan Badelt',
author_email='[email protected]',
url='https://github.com/bad-ants-fleet/crnsimulator',
download_url = 'https://github.com/bad-ants-fleet/crnsimulator/archive/v0.5.tar.gz',
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
],
install_requires=[
'future',
'scipy>=0.16.1',
'sympy>=0.7.6.1',
'pyparsing',
'numpy',
'matplotlib',
'seaborn',
'networkx>=1.1'],
test_suite='tests',
packages=['crnsimulator'],
scripts=['scripts/crnsimulator']
scripts=['scripts/crnsimulator'],
test_suite='tests'
)

0 comments on commit 1900973

Please sign in to comment.