diff options
author | Monty Taylor <mordred@inaugust.com> | 2016-10-13 11:04:12 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2016-10-13 11:25:33 -0500 |
commit | 968571920b33dc4b5190581abe6140945b49da6d (patch) | |
tree | 6f07526ff224ec5bc7afbc90dfd92ed0780d0dee /setup.cfg | |
parent | 644d93f4d632c302cc8cd8ef5c465acfa4e478d5 (diff) |
A few structural cleanups
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 41 |
1 files changed, 6 insertions, 35 deletions
@@ -3,49 +3,20 @@ name = ttrun | |||
3 | summary = Simple CLI to run testtools tests | 3 | summary = Simple CLI to run testtools tests |
4 | description-file = | 4 | description-file = |
5 | README.rst | 5 | README.rst |
6 | author = OpenStack | 6 | author = Monty Taylor |
7 | author-email = openstack-dev@lists.openstack.org | 7 | author-email = mordred@inaugust.com |
8 | home-page = http://www.openstack.org/ | 8 | home-page = http://github.com/emonty/ttrun |
9 | classifier = | 9 | classifier = |
10 | Environment :: OpenStack | 10 | Intended Audience :: Developers |
11 | Intended Audience :: Information Technology | 11 | License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) |
12 | Intended Audience :: System Administrators | ||
13 | License :: OSI Approved :: Apache Software License | ||
14 | Operating System :: POSIX :: Linux | 12 | Operating System :: POSIX :: Linux |
15 | Programming Language :: Python | 13 | Programming Language :: Python |
16 | Programming Language :: Python :: 2 | 14 | Programming Language :: Python :: 2 |
17 | Programming Language :: Python :: 2.7 | 15 | Programming Language :: Python :: 2.7 |
18 | Programming Language :: Python :: 3 | 16 | Programming Language :: Python :: 3 |
19 | Programming Language :: Python :: 3.3 | ||
20 | Programming Language :: Python :: 3.4 | 17 | Programming Language :: Python :: 3.4 |
18 | Programming Language :: Python :: 3.5 | ||
21 | 19 | ||
22 | [files] | 20 | [files] |
23 | packages = | 21 | packages = |
24 | ttrun | 22 | ttrun |
25 | |||
26 | [build_sphinx] | ||
27 | source-dir = doc/source | ||
28 | build-dir = doc/build | ||
29 | all_files = 1 | ||
30 | |||
31 | [upload_sphinx] | ||
32 | upload-dir = doc/build/html | ||
33 | |||
34 | [compile_catalog] | ||
35 | directory = ttrun/locale | ||
36 | domain = ttrun | ||
37 | |||
38 | [update_catalog] | ||
39 | domain = ttrun | ||
40 | output_dir = ttrun/locale | ||
41 | input_file = ttrun/locale/ttrun.pot | ||
42 | |||
43 | [extract_messages] | ||
44 | keywords = _ gettext ngettext l_ lazy_gettext | ||
45 | mapping_file = babel.cfg | ||
46 | output_file = ttrun/locale/ttrun.pot | ||
47 | |||
48 | [build_releasenotes] | ||
49 | all_files = 1 | ||
50 | build-dir = releasenotes/build | ||
51 | source-dir = releasenotes/source \ No newline at end of file | ||