-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
30 lines (28 loc) · 869 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
[metadata]
name = hypertag-lang
version = 1.2.0
author = Marcin Wojnarski
author_email = [email protected]
description = Modern language for markup generation with Python-like concise syntax, custom tags & Django integration. HTML templates reinvented.
long_description = file: docs/pypi.md
long_description_content_type = text/markdown
url = http://hypertag.io/
project_urls =
Source = https://github.com/mwojnars/hypertag
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keywords = markup, language, html, html5, css, templates, templating, tags, jinja2, mako, django, DOM
[options]
package_dir =
= src
packages = find:
python_requires = >=3.5
setup_requires =
wheel
install_requires =
parsimonious==0.8.1
six>=1.12.0
[options.packages.find]
where = src