X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=pyproject.toml;h=3282626d51fbda6ff8f8564df3c246039c237d98;hb=b545d5422255d549d92d354fd0d22eabbadbf724;hp=fd62aed2b9b1a7724614512ea3436968321b88c5;hpb=06aed70c0ceefccc830d8f77e0f39a97ed05b898;p=pyutils.git diff --git a/pyproject.toml b/pyproject.toml index fd62aed..3282626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "pyutils" -version = "0.0.1b4" +version = "0.0.1b7" 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,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 = [ @@ -45,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]