django-modeltranslation/setup.cfg
Serhii Tereshchenko 6b4bb733d9
fix: Store version as plain text file to simplify bumping (#636)
BREAKING CHANGE: Replaced `VERSION` in tuple format by `__version__` as a string
2022-05-14 11:11:07 +03:00

35 lines
1.1 KiB
INI

[metadata]
name = django-modeltranslation
version = attr:modeltranslation.__version__
description = Translates Django models using a registration approach.
long_description = file:README.rst
long_description_content_type = text/x-rst
author = Peter Eschler
author_email = peschler@gmail.com
maintainer = Sergiy Tereshchenko
maintainer_email = serg.partizan+modeltranslation@gmail.com
url = https://github.com/deschler/django-modeltranslation
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent
Environment :: Web Environment
Intended Audience :: Developers
Framework :: Django
License :: OSI Approved :: BSD License
license = New BSD
[options]
install_requires =
Django>=2.2
six
packages =
modeltranslation
modeltranslation.management
modeltranslation.management.commands
[options.package_data]
modeltranslation =
static/modeltranslation/css/*.css
static/modeltranslation/js/*.js