Packaging
This commit is contained in:
@ -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']
|
||||||
|
|||||||
Reference in New Issue
Block a user