Skip to content

Commit

Permalink
Fix city
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukki committed Sep 16, 2019
1 parent 1adecc9 commit ee0ba20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Compiled Python files
*.pyc
build

#Virtual env. files
venv/
Expand All @@ -16,5 +17,5 @@ venv/
dist

#Data
data/*
data
city.xml
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='gc-data',
version='0.0.1a8',
version='0.0.3',
author='Jeremy Bouchard',
author_email='mukki1996@gmail.com',
description='Open source extractor of the Canadian Government meteorological data.',
Expand Down
1 change: 0 additions & 1 deletion src/city.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
from urllib.request import urlretrieve
import xml.etree.ElementTree as ElementTree

Expand Down

0 comments on commit ee0ba20

Please sign in to comment.