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:
Michael Fladischer 2016-02-18 13:17:13 +01:00
parent 009d2857c5
commit 316e06efb8
2 changed files with 2 additions and 13 deletions

View file

@ -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
View file

@ -0,0 +1,2 @@
include LICENSE
include README.md