mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
38 lines
901 B
INI
38 lines
901 B
INI
[metadata]
|
|
author = Galaxy Project and Community
|
|
author_email = galaxy-committers@lists.galaxyproject.org
|
|
description = Galaxy file source framework and default plugins
|
|
license = MIT
|
|
license_files =
|
|
LICENSE
|
|
long_description = file: README.rst, HISTORY.rst
|
|
long_description_content_type = text/x-rst
|
|
name = galaxy-files
|
|
url = https://github.com/galaxyproject/galaxy
|
|
version = 26.1.dev0
|
|
|
|
[options]
|
|
include_package_data = True
|
|
install_requires =
|
|
galaxy-util[config-template,template]
|
|
fs
|
|
setuptools<82 # TODO: remove once pyfilesystem2 drops pkg_resources (https://github.com/PyFilesystem/pyfilesystem2/issues/597)
|
|
pydantic>=2.7.4
|
|
typing-extensions
|
|
fsspec
|
|
package_dir =
|
|
=src
|
|
packages = find_namespace:
|
|
python_requires = >=3.10
|
|
|
|
[options.extras_require]
|
|
test =
|
|
galaxy-test-base
|
|
pytest
|
|
gcsfs
|
|
responses
|
|
s3fs>=2023.1.0
|
|
|
|
[options.packages.find]
|
|
where = src
|