-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
50 lines (43 loc) · 1.45 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
[metadata]
name = tekrepodoc
version = attr: repodoc.__version__
description = Utility Tool to Generate Common Project Files using sensible templates every one can agree on. Useful for Git Repositories, Supports Sphinx templates, Community Health Files, READMEs, pypi project configurations.
long_description = file: README.md
long_description_content_type=text/markdown
url = https://github.com/TralahM/tekrepodoc
author = Tralah M Brian
author_email = musyoki.brian@tralahtek.com
license = GPLV3
classifiers =
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
project_urls =
Source = https://github.com/TralahM/tekrepodoc
Tracker = https://github.com/TralahM/tekrepodoc/issues
Documentation = https://github.com/TralahM/tekrepodoc
[options]
include_package_data = true
packages = find:
install_requires =
PyYaml
jinja2
shtab
jinja2-time
art
[options.extras_require]
docs=
sphinx
sphinx-automodapi
[options.entry_points]
console_scripts =
repodoc = repodoc.commands:main