X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pyproject.toml;h=e5c69b56c79502c680852454f64ab80bec1bcb48;hb=968687da31d72f25830b7d1cdc7d1ec9b3bbf625;hp=cbefda6826433a44da36e53eecd133cc6011350e;hpb=7dcd08bae1e32868dcdcc4a91470902ce1f3655f;p=pyutils.git diff --git a/pyproject.toml b/pyproject.toml index cbefda6..e5c69b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "pyutils" -version = "0.0.1b2" +version = "0.0.1b4" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] 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 = [