Skip to content

Commit

Permalink
add install_requires arguments in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1379 committed Dec 8, 2016
1 parent 7b3c97c commit decf2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
download_url='https://github.com/monitor1379/hamaa',
license='GPLv3',
platforms=['Windows'],
install_requires=['numpy', 'matplotlib', 'nose', 'Pillow'],
packages=find_packages(),
include_package_data=True, # 使用MANIFEST.in文件自动导入非Py模块的文件/文件夹
)
Expand Down

0 comments on commit decf2a9

Please sign in to comment.