Warning, /iDDS/atlas/pyproject.toml is written in an unsupported language. File is not indexed.
0001 [build-system]
0002 requires = ["setuptools>=61.0", "wheel"]
0003 build-backend = "setuptools.build_meta"
0004
0005 [project]
0006 name = "idds-atlas"
0007 version = "2.2.21"
0008 description = "intelligent Distributed Dispatch and Scheduling Service (iDDS) - ATLAS Extension"
0009 readme = "README.md"
0010 license = "Apache-2.0"
0011 authors = [
0012 {name = "PanDA Team", email = "atlas-adc-panda@cern.ch"},
0013 ]
0014 requires-python = ">=3.9"
0015 dependencies = [
0016 "stomp.py",
0017 "panda-client-light",
0018 "rucio-clients",
0019 "rucio-clients-atlas",
0020 "idds-common>=2.2.0",
0021 "idds-workflow>=2.2.0",
0022 ]
0023 classifiers = [
0024 "Development Status :: 5 - Production/Stable",
0025 "Intended Audience :: Developers",
0026 "Natural Language :: English",
0027 "Programming Language :: Python :: 3.9",
0028 "Programming Language :: Python :: 3.10",
0029 "Programming Language :: Python :: 3.11",
0030 "Programming Language :: Python :: 3.12",
0031 ]
0032
0033 [project.optional-dependencies]
0034 dev = [
0035 "unittest2",
0036 "pep8",
0037 "flake8",
0038 "pytest",
0039 "nose",
0040 ]
0041
0042 [project.urls]
0043 Documentation = "https://github.com/HSF/iDDS/wiki"
0044 Source = "https://github.com/HSF/iDDS"
0045
0046 [tool.setuptools]
0047 package-dir = {"" = "lib"}
0048
0049 [tool.setuptools.packages.find]
0050 where = ["lib"]
0051 include = ["idds.atlas*"]