-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
29 lines (28 loc) · 795 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
[metadata]
name = django-carbondesign
version = 0.0.5
description = Carbon Design in Django templates
long_description = file: README.rst
url = https://github.com/dozymoe/django-carbondesign
author = Fahri Reza
author_email = [email protected]
license = MIT
project_urls =
Bug Tracker = https://github.com/dozymoe/django-carbondesign/issues
classifiers =
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
install_requires =
django
lxml
pytz