File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
import os
6
6
7
7
DEBUG = False
8
- VERSION = '0.2.0 '
8
+ VERSION = '0.2.1 '
9
9
DEFAULT_WEATHER_API_KEY = "1f727b8d4afb4c055dfc5550aeafbecc"
10
10
11
11
BASE = os .path .dirname (os .path .abspath (__file__ ))
Original file line number Diff line number Diff line change 1
1
import os
2
2
3
3
from setuptools import setup
4
+
4
5
from halo .settings import DEBUG , VERSION
5
6
6
7
if DEBUG :
@@ -19,7 +20,7 @@ def get_long_description():
19
20
description = 'The weather app.' ,
20
21
long_description = get_long_description (),
21
22
author = 'Cijo Saju' ,
22
- author_email = 'hello @cijo.me ' ,
23
+ author_email = 'halo @cijo.mni.im ' ,
23
24
license = 'MIT' ,
24
25
packages = ['halo' ],
25
26
url = 'https://github.com/cijo7/Halo' ,
Original file line number Diff line number Diff line change 1
1
name : halo-weather
2
- version : ' 0.2.0 '
2
+ version : ' 0.2.1 '
3
3
base : core18
4
4
summary : The Weather App
5
5
description : |
You can’t perform that action at this time.
0 commit comments