[build-system] requires = ["poetry-core>=1.0.7"] build-backend = "poetry.core.masonry.api" [tool.poetry] name = "ammosreader" version = "0.0.4" description = "A package to manage ammos datastreams" authors = ["See Contributors"] homepage = "https://gitlab.kokyou.de/enno/ammosreader" repository = "https://gitlab.kokyou.de/enno/ammosreader" license = "MIT" readme = "README.md" packages = [ { include = "ammosreader" } ] include = [ {path = 'tests/*.py'}, {path = 'scripts/*.py'}, {path = 'sampleData/*.csv'}, {path = 'ammos_logger.conf'} ] [tool.poetry.scripts] iqdw_reader = 'scripts.iqdw_reader:main' pdw_reader = 'scripts.pdw_reader:main' [tool.poetry.dependencies] numpy = "~1.23.2"