Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/common/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-common"
0007 version = "2.2.21"
0008 description = "intelligent Distributed Dispatch and Scheduling Service (iDDS) - Common Package"
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     "packaging",
0017     "requests",
0018     "dogpile.cache",
0019 ]
0020 classifiers = [
0021     "Development Status :: 5 - Production/Stable",
0022     "Intended Audience :: Developers",
0023     "Natural Language :: English",
0024     "Programming Language :: Python :: 3.9",
0025     "Programming Language :: Python :: 3.10",
0026     "Programming Language :: Python :: 3.11",
0027     "Programming Language :: Python :: 3.12",
0028 ]
0029 
0030 [project.urls]
0031 Documentation = "https://github.com/HSF/iDDS/wiki"
0032 Source = "https://github.com/HSF/iDDS"
0033 
0034 [tool.setuptools]
0035 package-dir = {"" = "lib"}
0036 
0037 [tool.setuptools.packages.find]
0038 where = ["lib"]
0039 include = ["idds.common*"]
0040 
0041 [tool.setuptools.package-data]
0042 "idds.common" = ["*.template"]