forked from pyladies/pyladies-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
35 lines (30 loc) · 781 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
[metadata]
name = pyladies
description-file = README.md
author = Lynn Root
version = 2.0.3
author-email = [email protected]
summary = Everything you need to start your own PyLadies location
home-page = https://github.com/pyladies/pyladies-kit
classifier =
Development Status :: 4 - Beta
License :: Freely Distributable
License :: Public Domain
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Intended Audience :: Developers
Environment :: Console
[files]
packages =
pyladies
[entry_points]
console_scripts =
pyladies = pyladies.main:main
[build_sphinx]
all_files = 1
build-dir = docs/build
source-dir = docs/source
[wheel]
universal = 1