|
| 1 | +[project] |
| 2 | +name = "asimov-modules" |
| 3 | +version = "0.0.0" |
| 4 | +description = "ASIMOV Modules for Python" |
| 5 | +readme = "README.md" |
| 6 | +authors = [{ name = "ASIMOV Protocol", email = "[email protected]" }] |
| 7 | +license = { text = "Unlicense" } |
| 8 | +classifiers = [ |
| 9 | + "Development Status :: 3 - Alpha", |
| 10 | + "Environment :: Console", |
| 11 | + "Environment :: MacOS X", |
| 12 | + "Intended Audience :: Developers", |
| 13 | + "License :: OSI Approved :: The Unlicense (Unlicense)", |
| 14 | + "Operating System :: MacOS :: MacOS X", |
| 15 | + "Programming Language :: Python :: 3", |
| 16 | + "Programming Language :: Python :: 3.13", |
| 17 | + "Programming Language :: Python :: 3.14", |
| 18 | + "Topic :: Scientific/Engineering :: Artificial Intelligence", |
| 19 | + "Topic :: Text Processing :: General", |
| 20 | +] |
| 21 | +requires-python = ">= 3.13" |
| 22 | +dynamic = ["dependencies"] |
| 23 | + |
| 24 | +[build-system] |
| 25 | +requires = ["setuptools >= 61.0"] |
| 26 | +build-backend = "setuptools.build_meta" |
| 27 | + |
| 28 | +[project.urls] |
| 29 | +Homepage = "https://github.com/asimov-modules/asimov-modules.py" |
| 30 | +Documentation = "https://github.com/asimov-modules/asimov-modules.py" |
| 31 | +Repository = "https://github.com/asimov-modules/asimov-modules.py.git" |
| 32 | +Issues = "https://github.com/asimov-modules/asimov-modules.py/issues" |
| 33 | +Changelog = "https://github.com/asimov-modules/asimov-modules.py/blob/master/CHANGES.md" |
| 34 | + |
| 35 | +[tool.setuptools] |
| 36 | +license-files = [] # see: https://github.com/astral-sh/uv/issues/9513 |
| 37 | + |
| 38 | +[tool.setuptools.dynamic] |
| 39 | +dependencies = { file = ["requirements.txt"] } |
0 commit comments