More messing with the project file.
[pyutils.git] / pyproject.toml
index 1f771f0ded5d172d4bdddcca44d6d65f0449e218..fd62aed2b9b1a7724614512ea3436968321b88c5 100644 (file)
@@ -1,12 +1,12 @@
 [project]
 name = "pyutils"
-version = "0.0.1a1"
+version = "0.0.1b4"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
 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 = [