forked from ryanhiebert/hirefire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (35 loc) · 930 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
38
[global]
setup-hooks =
hirefire.version_hook
[metadata]
name = HireFire
author = Jannis Leidel
author-email = [email protected]
summary = A Python lib to integrate with the HireFire service --
The Heroku Proccess Manager.
description-file = README.rst
home-page = http://hirefire.readthedocs.org/
project-url =
Github, https://github.com/jezdez/hirefire/
classifier =
Development Status :: 4 - Beta
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Topic :: Utilities
[files]
packages =
hirefire
hirefire.procs
hirefire.contrib
hirefire.contrib.django
hirefire.contrib.tornado
extra_files =
README.rst
AUTHORS.rst
[backwards_compat]
zip_safe = False