Skip to content

Commit

Permalink
Packaging for Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Sebastien Dieu committed Feb 20, 2020
1 parent 849e25c commit f277878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def read(fname):
long_description=read('README.rst'),
packages=find_packages('.', exclude=('tests', 'example', 'docs')),
python_requires='>=3.5',
install_requires=['pytest', 'requests', 'psutil', 'memory_profiler'],
install_requires=['pytest', 'requests', 'psutil', 'memory_profiler', 'wheel'],
options={"bdist_wheel": {"universal": False}},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Framework :: Pytest',
Expand Down

0 comments on commit f277878

Please sign in to comment.