mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-03-16 20:10:24 +00:00
setup.py fix
This commit is contained in:
parent
61ed253230
commit
b04a285c0d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
from tos import VERSION
|
||||
|
||||
f = open(os.path.join(os.path.dirname(__file__), 'README.txt'))
|
||||
f = open(os.path.join(os.path.dirname(__file__), 'README.rst'))
|
||||
readme = f.read()
|
||||
f.close()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue