Skip to content

Commit

Permalink
Fix setup.py to publish new version on PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Mar 5, 2020
1 parent a2ceac5 commit 04c6aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#!/usr/bin/env python3

"""
Setup script to package Isogeo PySDK Python module
Setup script to package Isogeo to xlsx Python module
see: https://github.com/isogeo/export-xlsx-py/
"""
Expand All @@ -17,7 +17,7 @@
from setuptools import find_packages, setup

# package to get package metadatas
from isogeo_pysdk import __about__
from isogeotoxlsx import __about__

# SETUP ######################################################################

Expand Down

0 comments on commit 04c6aab

Please sign in to comment.