Exclude example from final package

This commit is contained in:
samedamci 2021-09-01 22:20:35 +02:00
parent 5f8ea5f7d6
commit 9f03e1648b
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -18,6 +18,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
]
exclude = ["example"]
[tool.poetry.dependencies]
python = "^3.9.2"