Commit c9c65c35 by Henrique Carvalho Alves Committed by Florian Apolloner

Fixed setup.py

parent 127c1d70
......@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
from taggit import VERSION
f = open(os.path.join(os.path.dirname(__file__), 'README.txt'))
f = open(os.path.join(os.path.dirname(__file__), 'README.md'))
readme = f.read()
f.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment