projects
/
xonotic
/
xonstat.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed wrong filename in setup.py
[xonotic/xonstat.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
ab818f2
..
38572a2
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__))
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 = [
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
requires = [