https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 124ee9cdee13d10670c44fcd46a4d9d3f528de4a authored by John Davis on 02 April 2024, 19:01:43 UTC
Update version to 24.0.
Tip revision: 124ee9c
setup.cfg
[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 file source framework and default plugins
keywords =
    Galaxy
license = AFL
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 = 23.2.dev0

[options]
include_package_data = True
install_requires =
    galaxy-util
    fs
    isal
    typing-extensions
packages = find:
python_requires = >=3.8

[options.packages.find]
exclude =
    tests*
back to top