projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264bc61
)
setup.py: fix README filename
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 11 Sep 2014 20:22:49 +0000
(22:22 +0200)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 12 Sep 2014 00:19:05 +0000
(08:19 +0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 54c79e86c97d2c91b84f909c8e85f5ba651d66f7..ddff34085168d9af81403119fb8778e9c9c07115 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-5,7
+5,7
@@
from setuptools import setup
from setuptools import find_packages
here = os.path.abspath(os.path.dirname(__file__))
-README = open(os.path.join(here, "README")).read()
+README = open(os.path.join(here, "README
.md
")).read()
required_version = (3, 3)
if sys.version_info < required_version: