1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Inside of setup.cfg
[metadata]
description-file = README.rst

[aliases]
test = pytest

[tool:pytest]
markers:
  slow: Skipped unless --runslow passed