-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
64 lines (52 loc) · 1.62 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[metadata]
name = pds.roundup
version = attr: pds.roundup.VERSION
description = PDS Roundup: standard GitHub Action to support continuous delivery for the Planetary Data System
long_description = file: README.md, CHANGELOG.md, LICENSE.txt
keywords = ci/cd continuous integration delivery github action pds planet planetary
license = ALv2
classifiers =
Development Status :: 3 - Alpha
Environment :: Other Environment
Framework :: Buildout
Framework :: Zope
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Software Development
[options]
zip_safe = True
include_package_data = True
packages = find_namespace:
package_dir =
=src
# Note: the ``install_requires`` dependencies below must match certain
# packages "baked into" the nasapds/github-actions-base which is used
# by GitHub Actions to save time on spinning up the Roundup's container.
install_requires =
alabaster <=0.7.13
github3.py==1.3.0
lxml==4.6.3
packaging==21.0
requests==2.23.0
sphinx-rtd-theme~=0.5.0
sphinx-substitution-extensions==2020.9.30.0
sphinx==3.2.1
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
twine==3.4.2
wheel==0.40.0
[options.package_data]
* = *.txt, *.rst, *.md
[options.packages.find]
where = src
exclude = test
[options.data_files]
[options.entry_points]
console_scripts =
roundup = pds.roundup.main:main