https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 887f1ec9256045b4959e4caf30dcc60509973c60 authored by Dannon Baker on 25 September 2023, 22:06:55 UTC
Update version to 23.1.
Tip revision: 887f1ec
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.7
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11
    Topic :: Software Development
    Topic :: Software Development :: Code Generators
    Topic :: Software Development :: Testing
description = Galaxy test driver
keywords =
    Galaxy
license = AFL
license_files =
    LICENSE
long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-test-driver
url = https://github.com/galaxyproject/galaxy
version = 23.1.dev0

[options]
include_package_data = True
install_requires =
    galaxy-app
    galaxy-config
    galaxy-data
    galaxy-test-base
    galaxy-tool-util
    galaxy-util
    galaxy-web-apps
    pytest
packages = find:
python_requires = >=3.7

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