|
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