fixed deprecated syntax in setup.cfg (#2015)
This commit is contained in:
parent
c687ffb192
commit
c54c538c11
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@ release = egg_info -RDb ''
|
||||||
[wheel]
|
[wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
||||||
[pytest]
|
[tool:pytest]
|
||||||
norecursedirs = .* *.egg *.egg-info env* artwork docs examples
|
norecursedirs = .* *.egg *.egg-info env* artwork docs examples
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue