forked from talons/talons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (34 loc) · 810 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
37
[metadata]
name = talons
version = 0.2
summary = Hooks for Falcon
description-file = README.md
author = Jay Pipes
author-email = jaypipes@gmail.com
home-page = http://github.com/talons/talons
classifier =
Intended Audience :: Information Technology
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3.3
keywords =
falcon
middleware
zip_safe = true
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
talons
talons.auth
namespace_packages =
talons
talons.auth
[pbr]
skip_changelog = true