forked from opensciencegrid/osg-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (33 loc) · 967 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
[metadata]
name = osg-build
version = attr: osgbuild.version.__version__
author = Matyas Selmeci
author_email = [email protected]
maintainer = OSG Software Team
maintainer_email = [email protected]
description = Tools for RPM development for the OSG Software Stack
url = https://github.com/opensciencegrid/osg-build
project_urls =
Documentation = https://osg-htc.org/technology/software/osg-build-tools/
license = ASL 2.0
[options]
packages =
osgbuild
osgbuild.data
include_package_data = True
python_requires = >=3.6
install_requires =
importlib_resources
koji>=1.24
scripts =
fetch-dot-source
koji-tag-diff
sha1vdt
[options.entry_points]
console_scripts =
koji-blame = osgbuild.koji_blame:entrypoint
osg-build = osgbuild.main:entrypoint
osg-import-srpm = osgbuild.importer:main
osg-koji = osgbuild.osg_koji:main
osg-promote = osgbuild.promoter:entrypoint
osg-sign = osgbuild.osg_sign:entrypoint