Skip to content

Commit

Permalink
Include license via MANIFEST instead of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 6, 2020
1 parent 5fd151d commit 14a22af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include CHANGELOG.rst
include LICENSE.txt
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def read_description():
long_description=read_description(),
long_description_content_type="text/x-rst",
license="GPL-3.0+",
license_file="LICENSE.txt",
keywords="chess fen epd pgn polyglot syzygy gaviota uci xboard",
url="https://github.com/niklasf/python-chess",
packages=["chess"],
Expand Down

0 comments on commit 14a22af

Please sign in to comment.