Browse Source

Reinstate manifest for top level files

Steven Silvester 7 years ago
parent
commit
e0d6e1da70
2 changed files with 6 additions and 1 deletions
  1. 6 0
      MANIFEST.in
  2. 0 1
      setup.py

+ 6 - 0
MANIFEST.in

@@ -0,0 +1,6 @@
+include package.json
+include LICENSE
+include CONTRIBUTING.md
+include README.md
+include package.json
+include setupbase.py

+ 0 - 1
setup.py

@@ -131,7 +131,6 @@ setup_args['extras_require'] = {
 }
 
 
-# Because of this we do not need a MANIFEST.in
 setup_args['include_package_data'] = True
 
 # Force entrypoints with setuptools (needed for Windows, unconditional