We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6b58f5 + 7a918d3 commit a312d45Copy full SHA for a312d45
build.py
@@ -37,17 +37,16 @@
37
]
38
summary = 'An advanced REST client for the GitHub API'
39
url = 'https://github.com/soda480/github3api'
40
-version = '0.0.4'
+version = '0.0.5'
41
default_task = [
42
'clean',
43
'analyze',
44
'cyclomatic_complexity',
45
'package'
46
47
license = 'Apache License, Version 2.0'
48
-description = summary
49
-long_description = readme_contents
50
-long_description_content_type = 'text/markdown',
+description = readme_contents
+long_description_content_type = 'text/markdown'
51
52
@init
53
def set_properties(project):
0 commit comments