Back to home page

EIC code displayed by LXR

 
 

    


Warning, /panda-server/pyproject-source.toml is written in an unsupported language. File is not indexed.

0001 [build-system]
0002 requires = ["hatchling"]
0003 build-backend = "hatchling.build"
0004 
0005 [project]
0006 name = "panda-server-source"
0007 dynamic = ["version"]
0008 description = "Unified PanDA Server and JEDI Package - Source Only"
0009 readme = "README.md"
0010 license = {text = "Apache-2.0"}
0011 authors = [
0012     { name = "PanDA Team", email = "panda-support@cern.ch" },
0013 ]
0014 dependencies = []
0015 requires-python = ">=3.10"
0016 classifiers = [
0017     "Programming Language :: Python :: 3.10",
0018     "Programming Language :: Python :: 3.11",
0019     "Programming Language :: Python :: 3.12",
0020     "Programming Language :: Python :: 3.13",
0021 ]
0022 
0023 [project.urls]
0024 Homepage = "https://panda-wms.readthedocs.io/en/latest/"
0025 
0026 [tool.hatch.version]
0027 path = "PandaPkgInfo.py"
0028 pattern = "release_version = \"(?P<version>[^\"]+)\""
0029 
0030 [tool.hatch.build]
0031 directory = "dist-source"
0032 
0033 [tool.hatch.build.targets.wheel]
0034 exclude = ["*.template", "PandaPkgInfo.py", "hatch_build.py"]
0035 packages = ["pandaserver", "pandajedi"]
0036 
0037 [tool.hatch.build.targets.sdist]
0038 exclude = [
0039     ".github",
0040     ".idea",
0041 ]