projects
/
xonotic
/
xonstat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ee45a
)
Fixed wrong filename in setup.py
author
Jan D. Behrens <zykure@web.de>
Fri, 3 Aug 2012 11:04:12 +0000
(13:04 +0200)
committer
Jan D. Behrens <zykure@web.de>
Sat, 4 Aug 2012 13:25:19 +0000
(15:25 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index ab818f2065892c348b51f5f4c33fba46debd9734..38572a23635c029674d2756496351e4627d337c8 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-4,7
+4,7
@@
import sys
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
-README = open(os.path.join(here, 'README.
txt
')).read()
+README = open(os.path.join(here, 'README.
md
')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
requires = [