Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
Merge branch 'release/0.0.2' into develop
· f44f5c84
Will LaShell
authored
Dec 04, 2013
f44f5c84
Merging fixes for setup
· b4edc0d7
Will LaShell
authored
Dec 04, 2013
b4edc0d7
Show whitespace changes
Inline
Side-by-side
setup.cfg
0 → 100644
View file @
b4edc0d7
[metadata]
description-file
=
README.md
\ No newline at end of file
setup.py
View file @
b4edc0d7
...
...
@@ -2,7 +2,7 @@ import os
from
setuptools
import
setup
,
find_packages
README
=
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
README.
md
'
)).
read
()
README
=
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'
README.
rst
'
)).
read
()
os
.
chdir
(
os
.
path
.
normpath
(
os
.
path
.
join
(
os
.
path
.
abspath
(
__file__
),
os
.
pardir
)))
...
...