Cut version 0.0.1b7
[pyutils.git] / pyproject.toml
index e5c69b56c79502c680852454f64ab80bec1bcb48..3282626d51fbda6ff8f8564df3c246039c237d98 100644 (file)
@@ -1,12 +1,12 @@
 [project]
 name = "pyutils"
-version = "0.0.1b4"
+version = "0.0.1b7"
 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,6 +15,7 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
+    "antlr4-python3-runtime",
     "bitstring",
     "cloudpickle",
     "holidays",
@@ -24,9 +25,8 @@ dependencies = [
 ]
 
 [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 = [
@@ -44,8 +44,8 @@ build-backend = "setuptools.build_meta"
 [tool.setuptools]
 packages = [
     "pyutils", "pyutils.collectionz", "pyutils.compress",
-    "pyutils.datetimez", "pyutils.files", "pyutils.parallelize",
-    "pyutils.search", "pyutils.security", "pyutils.typez"
+    "pyutils.datetimes", "pyutils.files", "pyutils.parallelize",
+    "pyutils.search", "pyutils.security", "pyutils.types"
 ]
 
 [tool.setuptools.package-dir]