Do not include tests in distribution

This commit is contained in:
Arjan Molenaar 2021-03-13 15:37:12 +01:00
parent 9a243dd7c8
commit d5c1d3c1e2
No known key found for this signature in database
GPG Key ID: BF977B918996CB13

View File

@ -31,6 +31,8 @@ classifiers = [
"Topic :: Software Development :: Documentation", "Topic :: Software Development :: Documentation",
] ]
exclude = ["**/tests", "gaphor/conftest.py" ]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.7"
pycairo = "^1.18" pycairo = "^1.18"