Let MANIFEST be created from MANIFEST.in automatically.
There is no need to hardcode the MANIFEST file as distutils/setuptools will automatically create it from a MANIFEST.in template. This also adds README.md to the shipped files as it is currently missing in the tarball present on PyPI.
This commit is contained in:
parent
009d2857c5
commit
316e06efb8
2 changed files with 2 additions and 13 deletions
13
MANIFEST
13
MANIFEST
|
@ -1,13 +0,0 @@
|
|||
# file GENERATED by distutils, do NOT edit
|
||||
LICENSE
|
||||
setup.cfg
|
||||
setup.py
|
||||
webpack_loader/__init__.py
|
||||
webpack_loader/apps.py
|
||||
webpack_loader/errors.py
|
||||
webpack_loader/signals.py
|
||||
webpack_loader/utils.py
|
||||
webpack_loader/contrib/__init__.py
|
||||
webpack_loader/contrib/jinja2ext.py
|
||||
webpack_loader/templatetags/__init__.py
|
||||
webpack_loader/templatetags/webpack_loader.py
|
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
|
@ -0,0 +1,2 @@
|
|||
include LICENSE
|
||||
include README.md
|
Loading…
Reference in a new issue