forked from quokkaproject/quokka
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
40 lines (37 loc) · 1.19 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
[metadata]
name = quokka
author = Bruno Rocha
author-email = rochacbruno@gmail.com
home-page = https://github.com/rochacbruno/quokka
requires-python = >=3.6
summary = Content Management Framework for Python
description-file = README.rst
description-content-type = text/x-rst; charset=UTF-8
project_urls =
Bug Tracker = https://github.com/rochacbruno/quokka
Documentation = https://github.com/rochacbruno/quokka
Source Code = https://github.com/rochacbruno/quokka
license = BSD License
classifier =
Development Status :: 4 - Beta
Environment :: Web Environment
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Software Development :: Libraries :: Python Modules
keywords = cms content management flask static site blog
[files]
packages =
quokka
[entry_points]
console_scripts =
quokka = quokka.cli:main
pbr.config.drivers =
plain = pbr.cfg.driver:Plain
[bdist_wheel]
universal = 1