forked from PythonUnited/django-hvad
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
33 lines (33 loc) · 1.14 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
[metadata]
name = lotrek-django-hvad
description = A content translation framework for django integrated automatically in the normal ORM. Removes the pain of having to think about translations in a django project.
long_description = file: README.rst
url = https://github.com/lotrekagency/django-hvad
license = MIT
author = Lotrèk
author_email = [email protected]
keywords = cms, django, api cms
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Database
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Text Processing :: Linguistic
[options]
packages = find:
zip_safe = False
include_package_data = True
python_requires = >= 3.0.*
install_requires =
Django>=1.8
[bdist_wheel]
universal=true
[semantic_release]
version_variable = hvad/__init__.py:__version__