Skip to content

Commit 316e06e

Browse files
committed
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.
1 parent 009d285 commit 316e06e

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

MANIFEST

Lines changed: 0 additions & 13 deletions
This file was deleted.

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE
2+
include README.md

0 commit comments

Comments
 (0)