mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Renamed the README to indicate it is a reST file.
This commit is contained in:
parent
781f9d02d5
commit
b5edbdcccb
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ import categories
|
|||
import os
|
||||
|
||||
try:
|
||||
long_description = open('README.txt').read()
|
||||
long_description = open('README.rst').read()
|
||||
except IOError:
|
||||
long_description = ''
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue