forked from iranzo/stampython
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
36 lines (30 loc) · 802 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
36
[metadata]
name = stampy
summary = Telegram bot for controlling Karma
description-file = README.md
license = Apache Software License
classifiers =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: GPL 3
Operating System :: POSIX :: Linux
author = Pablo Iranzo Gómez
author-email = [email protected]
home-page = https://github.com/iranzo/stampython
[files]
packages =
stampy
[entry_points]
[nosetests]
detailed-errors=1
with-coverage=1
cover-package=stampy
cover-erase=1
verbosity=2
[extract_messages]
input_dirs = stampy
output_file = stampy/locale/stampy.pot