X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=pyproject.toml;h=0b5b6b02fbd3a71e05c841d401ef0e68878f8c60;hb=a89fc804288579e5c285a28db8756c40570a037e;hp=e5c69b56c79502c680852454f64ab80bec1bcb48;hpb=0635916a2f7ebffcc7a11f6407a0b3b6391be056;p=pyutils.git diff --git a/pyproject.toml b/pyproject.toml index e5c69b5..0b5b6b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "pyutils" -version = "0.0.1b4" +version = "0.0.1b5" 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,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 = [