Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyxlinks
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kosinski group
pyxlinks
Commits
3c106053
Commit
3c106053
authored
2 years ago
by
Dima Molodenskiy
Browse files
Options
Downloads
Patches
Plain Diff
Use setuptools instead of distutils
parent
15801496
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+1
-5
1 addition, 5 deletions
setup.py
with
1 addition
and
5 deletions
setup.py
+
1
−
5
View file @
3c106053
import
os
,
subprocess
from
distutils.core
import
setup
from
distutils.command.install
import
install
from
setuptools
import
setup
setup
(
name
=
'
pyxlinks
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment