Skip to content

Commit 3425bac

Browse files
authored
Merge pull request #7 from abloemert/patch-1
Include license file in the sdist package
2 parents 5eda0ac + 5b86e48 commit 3425bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def load_version():
106106
# installed, specify them here. If using Python 2.6 or less, then these
107107
# have to be included in MANIFEST.in as well.
108108
package_data={
109-
'': ['*.md'],
109+
'': ['*.md', 'LICENSE'],
110110
},
111111

112112
# Although 'package_data' is the preferred approach, in some case you may

0 commit comments

Comments
 (0)