Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Mar 1, 2022
1 parent a2abe92 commit 7a1e7fd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Expand Up @@ -10,14 +10,14 @@

setup(
name='django-mapbox-location-field',
version='1.7.4',
version='2.0.0',
packages=["mapbox_location_field"],
include_package_data=True,
license='MIT License',
description='location field with MapInput widget for picking some location',
long_description=README,
long_description_content_type="text/markdown",
download_url="https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v1.7.3.tar.gz",
download_url="https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v2.0.0.tar.gz",
url='https://github.com/Simon-the-Shark/django-mapbox-location-field',
author='Szymon Kowaliński',
author_email='contact@kowalinski.dev',
Expand All @@ -27,18 +27,18 @@
"Development Status :: 4 - Beta",
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.5',
'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',
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Application Frameworks",
'Topic :: Internet :: WWW/HTTP',
Expand Down

0 comments on commit 7a1e7fd

Please sign in to comment.