X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=pyproject.toml;h=81ca25afca5a9f31e0bb7e25c220e57026ffcfc0;hb=5e7c3cc44fd97059718b2f58e8318d8367ecedb4;hp=82faf76bec683b086a24ff73d54b9349314b8fcc;hpb=23173ef4d9b0cf015b6bcf93921b5bc047d9f2bd;p=pyutils.git diff --git a/pyproject.toml b/pyproject.toml index 82faf76..81ca25a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "pyutils" -version = "0.0.1b4" +version = "0.0.1b8" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] description = "Python Utilities" readme = "README.md" -license = "Apache-2.0" +license = { file="LICENSE" } requires-python = ">=3.7" classifiers = [ "Development Status :: 3 - Alpha", @@ -15,12 +15,12 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ + "antlr4-python3-runtime", "bitstring", "cloudpickle", "holidays", "kazoo", "overrides", - "python-dateutil", "pytz", ] @@ -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]