Skip to content

Commit 81f08b3

Browse files
authored
Include LICENSE.md in distributions (#44)
* Include LICENSE.md in distributions * include package data * linting
1 parent ca194e6 commit 81f08b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@
4343
"Topic :: Utilities",
4444
],
4545
python_requires=">=3.6",
46+
include_package_data=True,
4647
)

0 commit comments

Comments
 (0)