mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-17 05:40:25 +00:00
parent
4cdf5b71ab
commit
596b0fd02b
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
|
@ -3,7 +3,10 @@
|
|||
|
||||
import re
|
||||
import ast
|
||||
from setuptools import setup
|
||||
try:
|
||||
from setuptools import setup
|
||||
except ImportError:
|
||||
from distutils.core import setup
|
||||
|
||||
|
||||
_version_re = re.compile(r'__version__\s+=\s+(.*)')
|
||||
|
|
|
|||
Loading…
Reference in a new issue