Skip to content

Commit

Permalink
Include LICENSE.TXT in wheel and source distributions (#487)
Browse files Browse the repository at this point in the history
* Include license in wheel

* In source distributions its useful to include the readme and license

* Style
  • Loading branch information
Jake-Moss authored Dec 21, 2023
1 parent f75b464 commit 8855fac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
global-include *.pyx
global-include *.pxd
global-include *.pxd
include README.md
include LICENSE.TXT
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
author="Pedro Camargo",
author_email="[email protected]",
url="https://github.com/AequilibraE/aequilibrae",
license="See license.txt",
license="See LICENSE.TXT",
license_files=("LICENSE.TXT",),
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 8855fac

Please sign in to comment.