mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-04-03 06:30:28 +00:00
Update setup.py
This commit is contained in:
parent
1990e6653e
commit
9fa1fb13a5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
try:
|
||||
README = open('README').read()
|
||||
README = open('README.rst').read()
|
||||
except:
|
||||
README = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue