Browse Source

Added manifest.in file to include requirements.txt

master
Raphael Roberts 6 years ago
parent
commit
6e11d11cbe
  1. 3
      .gitignore
  2. 1
      MANIFEST.in

3
.gitignore

@ -1,3 +1,6 @@
/.dir-locals.el
__pycache__
*.egg-info/
/dist/
*.html
/test.py

1
MANIFEST.in

@ -0,0 +1 @@
include requirements.txt
Loading…
Cancel
Save