Skip to content

Commit

Permalink
REF: pass license_files as parameter to setup()
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Mar 30, 2024
1 parent baa3838 commit c6ee73c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def run_setup(
url=PACKAGE_URL,
project_urls=PROJECT_URLS,
license='BSD',
license_files=['LICENSE'],
python_requires=PYTHON_REQUIRES,
install_requires=INSTALL_REQUIRES,
tests_require=TESTS_REQUIRE,
Expand Down

0 comments on commit c6ee73c

Please sign in to comment.