Skip to content

Commit

Permalink
specify version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 7, 2022
1 parent 3ee2d06 commit 58b4ad7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
from codecs import open # To use a consistent encoding
from os import path

from datapusher import __version__


here = path.abspath(path.dirname(__file__))

# Get the long description from the relevant file
Expand All @@ -17,7 +14,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version=__version__,
version='0.2.0',

description="A standalone web service that parses the contents of a CKAN site's data files (CSV, TSV, Excel and ODS) and pushes them into its DataStore. Accelerated by qsv.",
long_description=long_description,
Expand Down

0 comments on commit 58b4ad7

Please sign in to comment.