Skip to content
Snippets Groups Projects
Commit 383733ba authored by Ned Batchelder's avatar Ned Batchelder
Browse files

Fix the installation

The setup.py references requirements/base.in, so it needs to be included
in the distribution by naming it in MANIFEST.in
parent 956630c7
No related branches found
No related tags found
No related merge requests found
### Python artifacts ### Python artifacts
*.pyc *.pyc
*.egg-info *.egg-info
dist/
### Editor and IDE artifacts ### Editor and IDE artifacts
*~ *~
...@@ -17,4 +18,4 @@ codekit-config.json ...@@ -17,4 +18,4 @@ codekit-config.json
var/ var/
# virtualenvironment # virtualenvironment
venv/ venv/
\ No newline at end of file
include requirements/base.in
include NOTICE
include LICENSE
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