Skip to content

Commit

Permalink
minor fix of requirements, added classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Sep 12, 2018
1 parent 7f0d3e4 commit 7665b77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
@@ -1,5 +1,5 @@
# setup compiles with -O2 or -O3 by default, use
# CFLAGS="-O0" python setup.py ... to override
# CFLAGS="-O0" python setup.py ... to override for debugging

import os
from os.path import dirname, join, exists
Expand Down Expand Up @@ -128,13 +128,16 @@ def get_version():
packages=['iminuit', 'iminuit.frontends', 'iminuit.tests'],
ext_modules=extensions,
install_requires=['setuptools', 'numpy'],
test_requires=['numpy', 'pytest'],
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: C++',
'Programming Language :: Cython',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down

0 comments on commit 7665b77

Please sign in to comment.