Skip to content

Commit

Permalink
Merge pull request #6 from Bugazelle/dev
Browse files Browse the repository at this point in the history
[Fix] Fix typo
  • Loading branch information
Bugazelle authored Jul 14, 2019
2 parents 43de1cf + 545158e commit 771a02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re

CURDIR = os.path.dirname(os.path.abspath(__file__))
url = 'https://github.com/Bugazelle/export-csv-to-inlfux'
url = 'https://github.com/Bugazelle/export-csv-to-influx'

with open(os.path.join(CURDIR, 'src', 'ExportCsvToInflux', '__version__.py')) as f:
VERSION = re.search("__version__ = '(.*)'", f.read()).group(1)
Expand Down

0 comments on commit 771a02a

Please sign in to comment.