added project information

This commit is contained in:
PyryL 2022-12-11 19:11:03 +02:00
parent cdff0fd7bb
commit 97a365c706

View File

@ -2,9 +2,15 @@
name = "fixedcal"
version = "1.0.0"
description = "Fixed calendar package"
authors = ["PyryL <pyry@pyry.info>"]
authors = ["Pyry Lahtinen <pyry@pyry.info>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/PyryL/fixedcal"
keywords = ["International Fixed Calendar", "IFC", "date", "datetime"]
classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules"
]
[tool.poetry.dependencies]
python = "^3.10"