diff --git a/setup.cfg b/setup.cfg index 0d48c9e4..6669f3c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # setuptools metadata [metadata] name = compass-interface-core -version = 0.12.2 +version = 0.12.3 # version = attr: src.VERSION description = The unofficial API to the TSA Compass membership database long_description = file: README.md @@ -39,7 +39,7 @@ install_requires = [options.packages.find] # consider moving to src/ layout to remove this: -exclude = scripts, tests +include = compass* [mypy] plugins = pydantic.mypy