Files
galaxy/packages/test_api/setup.cfg
T
Nicola Soranzo 701e0112d3 Modernise build of galaxy-test-api package
Also:
- Add missing files to `MANIFEST.in`
2022-06-10 02:18:12 +01:00

49 lines
1.2 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.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development
Topic :: Software Development :: Code Generators
Topic :: Software Development :: Testing
description = Galaxy API tests
keywords =
Galaxy
license = AFL
license_files =
LICENSE
long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-test-api
url = https://github.com/galaxyproject/galaxy
version = 22.5.0.dev0
[options]
include_package_data = True
install_requires =
galaxy-test-base
pytest
python-dateutil
requests
tuspy
packages = find:
python_requires = >=3.7
[options.extras_require]
driver =
galaxy-test-driver
[options.packages.find]
exclude =
tests*