Packaging

This commit is contained in:
2023-05-06 19:38:19 +03:00
parent c8a45a3f8b
commit fe65c87ed2

View File

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