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