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
365951f4
Commit
365951f4
authored
Mar 08, 2016
by
jkvis
Browse files
Merge pull request #16 from mutalyzer/packaging
Packaging fix
parents
96811887
47800bba
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
365951f4
...
...
@@ -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
Supports
Markdown
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