mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-31 01:02:04 +08:00
34 lines
945 B
TOML
34 lines
945 B
TOML
[build-system]
|
|
build-backend = "setuptools.build_meta"
|
|
requires = ["setuptools", "setuptools-scm>=8"]
|
|
|
|
[project]
|
|
dynamic = [
|
|
"authors",
|
|
"dependencies",
|
|
"description",
|
|
"license",
|
|
"optional-dependencies",
|
|
"readme",
|
|
"requires-python",
|
|
"version",
|
|
]
|
|
name = "galaxy-web-stack"
|
|
classifiers = [
|
|
"Development Status :: 5 - Production/Stable",
|
|
"Environment :: Console",
|
|
"Intended Audience :: Developers",
|
|
"Natural Language :: English",
|
|
"Operating System :: POSIX",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3.10",
|
|
"Programming Language :: Python :: 3.11",
|
|
"Programming Language :: Python :: 3.12",
|
|
"Programming Language :: Python :: 3.13",
|
|
"Programming Language :: Python :: 3.14",
|
|
"Topic :: Software Development",
|
|
"Topic :: Software Development :: Code Generators",
|
|
"Topic :: Software Development :: Testing",
|
|
]
|
|
keywords = ["Galaxy"]
|