From 6dd83c760883e286b820194974a63b0c019fd661 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Tue, 14 Jan 2020 16:54:10 +0100 Subject: [PATCH] Add PyPI metadata --- pyproject.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5416566..473b6e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,21 @@ [tool.poetry] name = "calendarweek" -version = "0.1.0" +version = "0.1.0.post0" description = "Utilities for working with calendar weeks in Python and Django" authors = ["Dominik George <nik@naturalnet.de>", "Jonathan Weth <git@jonathanweth.de>"] 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] python = "^3.7" -- GitLab