Skip to content

Commit

Permalink
Fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarvalhoalves committed Mar 28, 2012
1 parent 34c6a52 commit 4d83d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
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()

Expand Down

0 comments on commit 4d83d4b

Please sign in to comment.