-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
40 lines (38 loc) · 897 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
39
40
[metadata]
name = etherpaddy
version = 0.1a
author = Majerti
author_email = [email protected]
keywords = pyramid, scaffold, majerti, web
home_page = ''
project_url = ''
requires_dist =
pyramid
SQLAlchemy
transaction
pyramid_tm
pyramid_debugtoolbar
zope.sqlalchemy
waitress
requires_python = >=2.7
description_file = README.rst
summary = etherpaddy
license = GPLv3
classifier =
Development Status :: 1 - Alpha
License :: OSI Approved :: GNU General Public License (GPL)
Intended Audience :: Developers
Framework :: Pyramid
Programming Language :: Python
Topic :: Internet :: WWW/HTTP :: WSGI
[files]
include_package_data = True
zip_safe = False
packages = etherpaddy
[specific]
entry_points=
[paste.app_factory]
main = etherpaddy:main
[console_scripts]
populate_etherpaddy = etherpaddy.scripts.populate:main
test_suite=etherpaddy