mirror of
https://github.com/Drakkar-Software/OctoBot.git
synced 2022-03-03 23:52:26 +03:00
14 lines
184 B
INI
14 lines
184 B
INI
[aliases]
|
|
release = egg_info -Db ''
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[tool:pytest]
|
|
minversion = 3.0
|
|
testpaths = tests
|
|
addopts = -v -x --ignore=setup.py
|