mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
26 lines
546 B
INI
26 lines
546 B
INI
[metadata]
|
|
author = Galaxy Project and Community
|
|
author_email = galaxy-committers@lists.galaxyproject.org
|
|
description = Galaxy server metapackage
|
|
license = MIT
|
|
license_files =
|
|
LICENSE
|
|
long_description = file: README.rst, HISTORY.rst
|
|
long_description_content_type = text/x-rst
|
|
name = galaxy
|
|
url = https://github.com/galaxyproject/galaxy
|
|
version = 26.1.dev0
|
|
|
|
[options]
|
|
include_package_data = True
|
|
packages = find:
|
|
python_requires = >=3.10
|
|
|
|
[options.extras_require]
|
|
postgresql =
|
|
psycopg[binary]
|
|
|
|
[options.packages.find]
|
|
exclude =
|
|
tests*
|