3 version = "##VERSION##"
7 description = "Python Utilities"
9 license = { file="LICENSE" }
10 requires-python = ">=3.7"
12 "Development Status :: 3 - Alpha",
13 "Programming Language :: Python :: 3",
14 "License :: OSI Approved :: Apache Software License",
15 "Operating System :: OS Independent",
18 "antlr4-python3-runtime",
28 "Homepage" = "https://wannabe.guru.org/pydocs/pyutils/pyutils.html"
29 ## "Bug Tracker" = "https://github.com/pypa/sampleproject/issues"
31 [project.optional-dependencies]
41 requires = ["setuptools"]
42 build-backend = "setuptools.build_meta"
46 "pyutils", "pyutils.collectionz", "pyutils.compress",
47 "pyutils.datetimes", "pyutils.files", "pyutils.parallelize",
48 "pyutils.search", "pyutils.security", "pyutils.typez"
51 [tool.setuptools.package-dir]
52 pyutils = "src/pyutils"