Skip to content

Commit 3758ea8

Browse files
Alois Mahdalfguillot
authored andcommitted
Fix LICENSE missing in PyPi distribution
According to Python Packaging User Guide, packages should include license file. https://packaging.python.org/guides/distributing-packages-using-setuptools/#license-txt PyPi does not seem to strictly require this file, but this might be issue with other distributions such as Fedora.
1 parent 4d6e2fd commit 3758ea8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

MANIFEST.in

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

0 commit comments

Comments
 (0)