cleanup
This commit is contained in:
parent
32224ae005
commit
e00d23e35c
1 changed files with 1 additions and 4 deletions
3
setup.py
3
setup.py
|
@ -2,10 +2,7 @@
|
||||||
# vi:si:et:sw=4:sts=4:ts=4
|
# vi:si:et:sw=4:sts=4:ts=4
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
try:
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
except:
|
|
||||||
from distutils.core import setup
|
|
||||||
|
|
||||||
def get_git_version():
|
def get_git_version():
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
Loading…
Reference in a new issue