Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a --no-chill option #36

Merged
merged 9 commits into from
Jan 18, 2021
Merged
Prev Previous commit
Next Next commit
Fix failing Flake8 test
  • Loading branch information
rbanffy committed Mar 1, 2020
commit c1022a43e0510ab00b533e8b51c4490687bfc203
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author="Ricardo Bánffy",
author_email="[email protected]",
url="https://github.com/rbanffy/pip-chill",
packages=["pip_chill",],
packages=["pip_chill"],
package_dir={"pip_chill": "pip_chill"},
entry_points={"console_scripts": ["pip-chill=pip_chill.cli:main"]},
include_package_data=True,
Expand Down