mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
51 lines
1.3 KiB
INI
51 lines
1.3 KiB
INI
[metadata]
|
|
author = Galaxy Project and Community
|
|
author_email = galaxy-committers@lists.galaxyproject.org
|
|
classifiers =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Console
|
|
Intended Audience :: Developers
|
|
License :: OSI Approved :: Academic Free License (AFL)
|
|
Natural Language :: English
|
|
Operating System :: POSIX
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
Programming Language :: Python :: 3.12
|
|
Topic :: Software Development
|
|
Topic :: Software Development :: Code Generators
|
|
Topic :: Software Development :: Testing
|
|
description = Galaxy web framework
|
|
keywords =
|
|
Galaxy
|
|
license = AFL
|
|
license_files =
|
|
LICENSE
|
|
long_description = file: README.rst, HISTORY.rst
|
|
long_description_content_type = text/x-rst
|
|
name = galaxy-web-framework
|
|
url = https://github.com/galaxyproject/galaxy
|
|
version = 24.0.3.dev0
|
|
|
|
[options]
|
|
include_package_data = True
|
|
install_requires =
|
|
galaxy-data
|
|
galaxy-util
|
|
babel
|
|
MarkupSafe
|
|
paste
|
|
pydantic>=2,!=2.6.0,!=2.6.1
|
|
requests
|
|
Routes
|
|
SQLAlchemy>=1.4.25,<2
|
|
WebOb
|
|
|
|
packages = find:
|
|
python_requires = >=3.8
|
|
|
|
[options.packages.find]
|
|
exclude =
|
|
tests* |