Skip to content
Snippets Groups Projects
Commit ac22d4a0 authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

setup.py and MANIFEST.in: Make sure that PyPi is not missing the requirements.txt.

parent 8807da4b
No related branches found
No related tags found
1 merge request!44Resolve "PyPi packaging issues"
include requirements.txt
......@@ -21,6 +21,7 @@ setup(
author_email='nils.brueggemann@mpimet.mpg.de',
install_requires=install_requires,
packages=find_packages(),
include_package_data=True,
entry_points={
'console_scripts': [
'pyic_intake = scripts.pyic_intake:main',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment