X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=blobdiff_plain;f=setup.py;h=38572a23635c029674d2756496351e4627d337c8;hp=ab818f2065892c348b51f5f4c33fba46debd9734;hb=a93d54f4f4f3a5b06128eb1091bb710745c3c1ba;hpb=36ee45a0e6f186a6978143f318a3bc7a75dd8fb0 diff --git a/setup.py b/setup.py index ab818f2..38572a2 100644 --- 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 = [