Get rid of packaging sections in setup.cfg
License files are automatically collected by pep517.
This commit is contained in:
parent
bb7b1f4650
commit
b7814c6b1f
|
@ -1,12 +1,3 @@
|
|||
[bdist_wheel]
|
||||
universal = 1
|
||||
|
||||
|
||||
[metadata]
|
||||
# ensure LICENSE is included in wheel metadata
|
||||
license_file = LICENSE
|
||||
|
||||
|
||||
[tool:pytest]
|
||||
minversion = 3.0
|
||||
strict = true
|
||||
|
|
Loading…
Reference in New Issue