Teach run_tests.py to abort inflight tests in case of emergency shutdown.
[pyutils.git] / pyproject.toml
index fd62aed2b9b1a7724614512ea3436968321b88c5..0b5b6b02fbd3a71e05c841d401ef0e68878f8c60 100644 (file)
@@ -1,12 +1,12 @@
 [project]
 name = "pyutils"
-version = "0.0.1b4"
+version = "0.0.1b5"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
 description = "Python Utilities"
 readme = "README.md"
-license = "Apache-2.0"
+license = { file="LICENSE" }
 requires-python = ">=3.7"
 classifiers = [
     "Development Status :: 3 - Alpha",
@@ -15,19 +15,18 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
+    "antlr4-python3-runtime",
     "bitstring",
     "cloudpickle",
     "holidays",
     "kazoo",
     "overrides",
-    "python-dateutil",
     "pytz",
 ]
 
 [project.urls]
-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"
+"Homepage" = "https://wannabe.guru.org/pydocs/pyutils/pyutils.html"
+## "Bug Tracker" = "https://github.com/pypa/sampleproject/issues"
 
 [project.optional-dependencies]
 dev = [