-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
26 lines (25 loc) · 813 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
26
[metadata]
name = django-table-archive
version = 0.0.5
description = A Django app to automatically handle archiving model tables in MySQL.
long_description = file: README.rst
url = https://github.com/rayhern/django-table-archive
author = Raymond Hernandez
author_email = bizong@gmail.com
license = BSD
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.2
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
zip_safe = false
include_package_data = true
packages = django_table_archive