forked from tatterdemalion/django-nece
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
43 lines (40 loc) · 1.21 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
41
42
43
[metadata]
name = django-nece
version = 0.12.dev0
description = A content translation framework using Postgresql's jsonb field in the background
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Can Mustafa Özdemir
author_email = canmustafaozdemir@gmail.com
maintainer = Polyconseil
maintainer_email = opensource+django-nece@polyconseil.fr
url = https://github.com/polyconseil/django-nece
download_url = https://pypi.org/project/django-nece/
keywords =
translations
i18n
language
multilingual
license = BSD License
classifiers =
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Database
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Text Processing :: Linguistic
[options]
packages = nece
install_requires =
Django>=2.2
[options.extras_require]
admin = django-admin-json-editor
psycopg2 = psycopg2>=2.8.1
psycopg2-binary = psycopg2-binary>=2.8.1
[zest.releaser]
create-wheel = yes