Skip to content
Snippets Groups Projects
Commit 6dd83c76 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add PyPI metadata

parent d29c6b3f
No related branches found
No related tags found
No related merge requests found
[tool.poetry] [tool.poetry]
name = "calendarweek" name = "calendarweek"
version = "0.1.0" version = "0.1.0.post0"
description = "Utilities for working with calendar weeks in Python and Django" description = "Utilities for working with calendar weeks in Python and Django"
authors = ["Dominik George <nik@naturalnet.de>", "Jonathan Weth <git@jonathanweth.de>"] authors = ["Dominik George <nik@naturalnet.de>", "Jonathan Weth <git@jonathanweth.de>"]
license = "MIT" license = "MIT"
homepage = "https://edugit.org/nik/django-calendarweek"
repository = "https://edugit.org/nik/django-calendarweek"
documentation = "https://edugit.org/nik/django-calendarweek"
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Localization",
"Typing :: Typed"
]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.7"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment