-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
25 lines (24 loc) · 812 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
[metadata]
name = django-forms-fieldset
version = 1.0.2
description = Django form fieldset inspire django admin fieldset.
long_description = file: README.rst
url = https://github.com/hadpro24/django-forms-fieldset
author = Harouna Diallo
author_email = [email protected]
license = BSD-3-Clause
classifiers =
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
include_package_data = true
packages = find: