This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
setup.cfg
70 lines (65 loc) · 1.71 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[metadata]
name = GDGUkraine
version = 1.0.0
url = https://gdg.org.ua
author = Sviatoslav Sydorenko (@webknjaz)
author_email = [email protected]
maintainer = Olexandr Kovalchuk (@anxolerd)
classifiers =
Development Status :: 5 - Stable
Environment :: Web Environment
Framework :: CherryPy
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Topic :: Internet :: WWW/HTTP
Operating System :: OS Independent
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Internet :: WWW/HTTP
license = MIT
description = gdg.org.ua web server.
long_description = file: README.rst
keywords =
rest
tool
events
gdg
[options]
use_scm_version = True
setup_requires =
setuptools-git
setuptools-scm>=1.15.0
install_requires =
CherryPy[routes_dispatcher]
SQLAlchemy==1.0.11
yuicompressor==2.4.8
webassets==0.11.1
Routes==2.3.1
WTForms==2.1
python-social-auth==0.2.13
alembic==0.8.4
openpyxl==2.3.2
cymysql
blueberrypy
python_requires = >=3.5
include_package_data = True
# change to packages = find: sometime
packages = GDGUkraine
package_dir =
= src
[options.entry_points]
console_scripts =
load_gdg_fixtures = GDGUkraine.fixtures.loader:main
[aliases]
release = dists upload
dists = clean --all sdist bdist_wheel
[wheel]
universal = 1
[bdist_wheel]
universal = 1