1
1
[metadata]
2
- name = django-mysql
2
+ name = django_mysql
3
3
version = 4.8.0
4
4
description = Django-MySQL extends Django' s built-in MySQL and MariaDB support their specific features not available on other databases.
5
5
long_description = file: README.rst
6
6
long_description_content_type = text/x-rst
7
+ url = https://github.com/adamchainz/django-mysql
7
8
author = Adam Johnson
8
9
9
- url = https://github.com/adamchainz/django-mysql
10
- project_urls =
11
- Documentation = https://django-mysql.readthedocs.io/
12
- Changelog = https://github.com/adamchainz/django-mysql/blob/main/HISTORY.rst
13
- Twitter = https://twitter.com/adamchainz
14
10
license = MIT
15
- keywords =
16
- Django
17
- MySQL
18
- MariaDB
11
+ license_file = LICENSE
19
12
classifiers =
20
13
Development Status :: 5 - Production/Stable
21
14
Framework :: Django
@@ -26,23 +19,33 @@ classifiers =
26
19
License :: OSI Approved :: MIT License
27
20
Natural Language :: English
28
21
Operating System :: OS Independent
29
- Programming Language :: Python :: 3 :: Only
30
22
Programming Language :: Python :: 3
23
+ Programming Language :: Python :: 3 :: Only
31
24
Programming Language :: Python :: 3.7
32
25
Programming Language :: Python :: 3.8
33
26
Programming Language :: Python :: 3.9
34
27
Programming Language :: Python :: 3.10
35
28
Programming Language :: Python :: 3.11
29
+ Programming Language :: Python :: Implementation :: CPython
36
30
Topic :: Database
37
31
Typing :: Typed
32
+ keywords =
33
+ Django
34
+ MySQL
35
+ MariaDB
36
+ project_urls =
37
+ Documentation = https://django-mysql.readthedocs.io/
38
+ Changelog = https://github.com/adamchainz/django-mysql/blob/main/HISTORY.rst
39
+ Twitter = https://twitter.com/adamchainz
38
40
39
41
[options]
40
- package_dir=
41
- =src
42
42
packages = find:
43
- include_package_data = True
44
- install_requires = Django>=3.2
43
+ install_requires =
44
+ Django>=3.2
45
45
python_requires = >=3.7
46
+ include_package_data = True
47
+ package_dir =
48
+ =src
46
49
zip_safe = False
47
50
48
51
[options.packages.find]
@@ -57,8 +60,8 @@ source =
57
60
58
61
[coverage:paths]
59
62
source =
60
- src
61
- .tox/**/site-packages
63
+ src
64
+ .tox/**/site-packages
62
65
63
66
[coverage:report]
64
67
show_missing = True
0 commit comments