X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=pyproject.toml;h=fd62aed2b9b1a7724614512ea3436968321b88c5;hb=06aed70c0ceefccc830d8f77e0f39a97ed05b898;hp=1f771f0ded5d172d4bdddcca44d6d65f0449e218;hpb=69566c003b4f1c3a4905f37d3735d7921502d14a;p=pyutils.git diff --git a/pyproject.toml b/pyproject.toml index 1f771f0..fd62aed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "pyutils" -version = "0.0.1a1" +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", @@ -18,15 +18,16 @@ dependencies = [ "bitstring", "cloudpickle", "holidays", - "numpy", + "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 = [