X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pyproject.toml;h=e5c69b56c79502c680852454f64ab80bec1bcb48;hb=968687da31d72f25830b7d1cdc7d1ec9b3bbf625;hp=4bc24a859a1fd14186cb7a5b19c91688348dae2f;hpb=16f960286dd78e5b7b70d15fe0a5a4da64db759a;p=pyutils.git diff --git a/pyproject.toml b/pyproject.toml index 4bc24a8..e5c69b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ ] description = "Python Utilities" readme = "README.md" -license = { file="LICENSE" } +license = "Apache-2.0" requires-python = ">=3.7" classifiers = [ "Development Status :: 3 - Alpha", @@ -20,13 +20,13 @@ dependencies = [ "holidays", "kazoo", "overrides", - "python-dateutil", "pytz", ] [project.urls] -"Homepage" = "https://wannabe.guru.org/pydocs/pyutils/pyutils.html" -## "Bug Tracker" = "https://github.com/pypa/sampleproject/issues" +homepage = "https://wannabe.guru.org/pydocs/pyutils/pyutils.html" +repository = "https://wannabe.guru.org/git/pyutils.git" +documentation = "https://wannabe.guru.org/pydocs/pyutils/pyutils.html" [project.optional-dependencies] dev = [