diff --git a/pyproject.toml b/pyproject.toml index e2f75bc..1a0b370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ziffers" -version = "0.1.0" +version = "0.0.1" description = "Port of the Ziffers numerical notation for Python" authors = [ {name = "Raphaƫl Forment", email="raphael.forment@gmail.com"}, @@ -13,7 +13,10 @@ requires-python = ">=3.10" keywords = ["mininotation", "algorithmic music", "parser"] classifiers = [ - "Topic :: Software Development" + "Topic :: Artistic Software", + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", ] dependencies = [ @@ -32,7 +35,7 @@ documentation = "https://github.com/Bubobubobubobubo/ziffers-python" repository = "https://github.com/Bubobubobubobubo/ziffers-python" [tool.setuptools] -packages = ['ziffers'] +packages = ['ziffers','ziffers.classes','ziffers.spec'] [tool.black] target_version = ['py311']