forked from DIRACGrid/diracx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
36 lines (30 loc) · 779 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = diracx
author = DIRAC consortium
# author_email = [email protected]
# description = Easily download, build, install, upgrade, and uninstall Python packages
# long_description = file:README.rst
# url = https://github.com/pypa/setuptools
# classifiers =
# keywords = CPAN PyPI distutils eggs package management
# project_urls =
# Documentation = https://setuptools.pypa.io/
# Changelog = https://setuptools.pypa.io/en/stable/history.html
[options]
packages = find_namespace:
package_dir =
= src
python_requires = >=3.10
install_requires =
[options.packages.find]
where = src
[options.extras_require]
testing =
pytest >= 6
testing-integration =
pytest
docs =
sphinx >= 3.5
[options.entry_points]
console_scripts =
diracx = diracx.cli:app