Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
extractor
Commits
47800bba
Commit
47800bba
authored
Mar 08, 2016
by
Vermaat
Browse files
Fix broken reference to README.md
parent
96811887
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
47800bba
...
...
@@ -43,7 +43,7 @@ for line in open(os.path.join('extractor', 'extractor.h')):
break
try
:
with
open
(
'
readme
.md'
)
as
readme
:
with
open
(
'
README
.md'
)
as
readme
:
long_description
=
readme
.
read
()
except
IOError
:
long_description
=
'See '
+
distmeta
[
'__homepage__'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment