Commit 514614c6 by Alex Gaynor

Update on suggestion of jezdez.

parent cd1a857d
import os
from setuptools import setup, find_packages
from taggit import VERSION
f = open('README.txt')
f = open(os.path.join(os.path.dirname(__file__), 'README.txt'))
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