Skip to content

Commit

Permalink
update toml and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilcric committed Oct 3, 2023
1 parent bf009de commit 7769f14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@ build-backend = "setuptools.build_meta"

[project]
name = "pjsekai.scores"
version = "0.0.1"
authors = [
{ name="Amaoto", email="[email protected]" },
]
version = "0.1.0"
description = "Render Project Sekai score files (sus) to images (svg). "
readme = "README.md"
requires-python = ">=3.10"
license = { file = "LICENSE" }
authors = [{ name = "Amaoto", email = "[email protected]" }]
keywords = ["Project Sekai", "pjsekai", "SUS"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["svgwrite"]

[project.urls]
"Homepage" = "https://github.com/pypa/sampleproject"
"Bug Tracker" = "https://github.com/pypa/sampleproject/issues"
"Homepage" = "https://gitlab.com/pjsekai/scores"
"Documentation" = "https://gitlab.com/pjsekai/scores/-/wikis"
"Bug Tracker" = "https://gitlab.com/pjsekai/scores/-/issues"

[tool.setuptools.package-data]
"*" = ["*.css"]
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
svgwrite

0 comments on commit 7769f14

Please sign in to comment.