Skip to content

Commit

Permalink
update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
nergeshov committed Jun 3, 2020
1 parent 1464aa8 commit 28b3938
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
@@ -1,8 +1,8 @@
import os
from setuptools import setup

# README = os.path.join(os.path.dirname(__file__), 'README.md')
# LONG_DESCRIPTION = open(README, 'r').read()
README = os.path.join(os.path.dirname(__file__), 'README.md')
LONG_DESCRIPTION = open(README, 'r').read()
CLASSIFIERS = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
Expand All @@ -23,11 +23,12 @@

setup(
name="django_2gis_maps",
version='1.0.2',
version='1.0.3',
author="Noors Ergesh",
author_email="jackmovies01@gmail.com",
description="Plugs 2gis maps for Django admin",
# long_description=LONG_DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
url="https://github.com/NursErgesh/django_2gis_maps.git",
packages=("django_2gis_maps",),
include_package_data=True,
Expand Down

0 comments on commit 28b3938

Please sign in to comment.