Skip to content

Commit a312d45

Browse files
authored
Merge pull request #8 from soda480/0.0.5
Correct build meta-data
2 parents b6b58f5 + 7a918d3 commit a312d45

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,16 @@
3737
]
3838
summary = 'An advanced REST client for the GitHub API'
3939
url = 'https://github.com/soda480/github3api'
40-
version = '0.0.4'
40+
version = '0.0.5'
4141
default_task = [
4242
'clean',
4343
'analyze',
4444
'cyclomatic_complexity',
4545
'package'
4646
]
4747
license = 'Apache License, Version 2.0'
48-
description = summary
49-
long_description = readme_contents
50-
long_description_content_type = 'text/markdown',
48+
description = readme_contents
49+
long_description_content_type = 'text/markdown'
5150

5251
@init
5352
def set_properties(project):

0 commit comments

Comments
 (0)