Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joseph Weston
tinyarray
Commits
04818438
Commit
04818438
authored
Dec 20, 2016
by
Joseph Weston
Browse files
support python2
parent
158fb875
Pipeline
#1793
failed with stage
in 15 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
setup.py
View file @
04818438
...
...
@@ -15,13 +15,17 @@ import subprocess
import
os
import
sys
import
collections
import
configparser
from
setuptools
import
setup
,
Extension
,
Command
from
sysconfig
import
get_platform
from
distutils.errors
import
DistutilsError
,
DistutilsModuleError
from
setuptools.command.build_ext
import
build_ext
from
setuptools.command.sdist
import
sdist
try
:
import
configparser
except
ImportError
:
import
ConfigParser
as
configparser
try
:
from
os.path
import
samefile
except
ImportError
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment