Skip to content

Commit

Permalink
Include LICENSE.md in distributions (#44)
Browse files Browse the repository at this point in the history
* Include LICENSE.md in distributions

* include package data

* linting
  • Loading branch information
bollwyvl committed Feb 13, 2021
1 parent ca194e6 commit 81f08b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include LICENSE.md
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -43,4 +43,5 @@
"Topic :: Utilities",
],
python_requires=">=3.6",
include_package_data=True,
)

0 comments on commit 81f08b3

Please sign in to comment.