Skip to content

Commit 92794ee

Browse files
authored
version 1.2.1 (#18)
1 parent 1bf11e0 commit 92794ee

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

setup.cfg

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
[metadata]
2-
name = django_admin_geomap
3-
version = 1.2
4-
author = Vitaly Bogomolov
5-
author_email = mail@vitaly-bogomolov.ru
6-
description = Displaying objects at the maps in the Django views and administration site.
7-
long_description = file: README.md
8-
long_description_content_type = text/markdown
9-
url = https://github.com/vb64/django.admin.geomap
10-
project_urls =
11-
Bug Tracker = https://github.com/vb64/django.admin.geomap/issues
12-
classifiers =
13-
Programming Language :: Python :: 3
14-
License :: OSI Approved :: MIT License
15-
Operating System :: OS Independent
16-
17-
[options]
18-
package_dir =
19-
packages = django_admin_geomap
20-
python_requires = >=3.6
21-
include_package_data=True
1+
[metadata]
2+
name = django_admin_geomap
3+
version = 1.2.1
4+
author = Vitaly Bogomolov
5+
author_email = mail@vitaly-bogomolov.ru
6+
description = Displaying objects at the maps in the Django views and administration site.
7+
long_description = file: README.md
8+
long_description_content_type = text/markdown
9+
url = https://github.com/vb64/django.admin.geomap
10+
project_urls =
11+
Bug Tracker = https://github.com/vb64/django.admin.geomap/issues
12+
classifiers =
13+
Programming Language :: Python :: 3
14+
License :: OSI Approved :: MIT License
15+
Operating System :: OS Independent
16+
17+
[options]
18+
package_dir =
19+
packages = django_admin_geomap
20+
python_requires = >=3.6
21+
include_package_data=True

0 commit comments

Comments
 (0)