-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
23 lines (22 loc) 路 748 Bytes
/
Copy pathsetup.cfg
File metadata and controls
23 lines (22 loc) 路 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[metadata]
name = django-hypergen
version = 1.5.5
author = Rune Kaagaard & Jeppe Tuxen
author_email = rumi.kg@gmail.com
description = Live view for django and templates in pure python
long_description = file: README_PYPI.rst
long_description_content_type = text/x-rst
url = https://github.com/runekaagaard/django-hypergen
project_urls =
Bug Tracker = https://github.com/runekaagaard/django-hypergen/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Operating System :: OS Independent
Framework :: Django
Development Status :: 5 - Production/Stable
[options]
include_package_data = True
python_requires = >=3.6
install_requires =
pyrsistent>=0.16.1