Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #42 from isogeo/housekeeping
Browse files Browse the repository at this point in the history
Fix setup.py to publish new version on PyPi
  • Loading branch information
SimonSAMPERE authored Mar 5, 2020
2 parents 662183b + 2ab8a34 commit e50d9cc
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 e50d9cc

Please sign in to comment.