django-crud-mixins/setup.cfg

28 lines
707 B
INI
Raw Normal View History

2023-02-10 20:29:24 +00:00
[metadata]
name = django-crud-mixins
version = 1.0.3
author = Mark Veidemanis
author_email = m@zm.is
url = https://git.zm.is/XF/django-crud-mixins
description = CRUD mixins for Django class-based views.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = django, mixins, helpers, crud
license = MIT
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Framework :: Django :: 4.1
Intended Audience :: Developers
2023-02-10 19:15:30 +00:00
[options]
2023-02-10 19:39:54 +00:00
packages = find:
2023-02-10 20:29:24 +00:00
zip_safe = True
2023-02-10 19:15:30 +00:00
include_package_data = True
2023-02-10 20:29:24 +00:00
install_requires =
django
django-rest-framework
[options.package_data]
mixins = templates/mixins/*, README.md
* = README.md