We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5eda0ac + 5b86e48 commit 3425bacCopy full SHA for 3425bac
setup.py
@@ -106,7 +106,7 @@ def load_version():
106
# installed, specify them here. If using Python 2.6 or less, then these
107
# have to be included in MANIFEST.in as well.
108
package_data={
109
- '': ['*.md'],
+ '': ['*.md', 'LICENSE'],
110
},
111
112
# Although 'package_data' is the preferred approach, in some case you may
0 commit comments