Skip to content

Commit 48126d4

Browse files
committed
build: no need for setup.cfg
It's a little unfortunate that we're moving a seting INTO setup.py, but at least it lets us get rid of one metadata file.
1 parent ca1b487 commit 48126d4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

setup.cfg

-5
This file was deleted.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
long_description_content_type='text/x-rst',
119119
keywords='code coverage testing',
120120
license='Apache-2.0',
121+
license_files=["LICENSE.txt"],
121122
classifiers=classifier_list,
122123
url="https://github.com/nedbat/coveragepy",
123124
project_urls={

0 commit comments

Comments
 (0)