forked from vaab/gitchangelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
52 lines (48 loc) · 1.14 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
[metadata]
name = %%name%%
version = %%version%%
summary = %%description%%
description-file =
README.rst
CHANGELOG.rst
requires-dist =
## sdist info
author = %%author%%
author_email = %%email%%
home_page = http://github.com/vaab/%%name%%
classifier =
Programming Language :: Python
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Topic :: Software Development
Topic :: Software Development :: Version Control
Programming Language :: Python :: 2.5
Topic :: Software Development
[files]
modules =
%%name%%
data_files=
=
gitchangelog.rc.reference
templates/mustache =
templates/mustache/restructuredtext.tpl
templates/mako =
templates/mako/octobercms-plugin.tpl
templates/mako/restructuredtext.tpl
extra_files =
README.rst
CHANGELOG.rst
setup.py
[entry_points]
console_scripts =
gitchangelog = gitchangelog:main
[nosetests]
verbosity = 3
with-doctest = 1
doctest-extension = rst
exe = 1
with-coverage = 1
cover-package = gitchangelog
#cover-min-percentage = 90
doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE