Skip to content
Snippets Groups Projects
Commit 3c106053 authored by Dima Molodenskiy's avatar Dima Molodenskiy
Browse files

Use setuptools instead of distutils

parent 15801496
No related branches found
No related tags found
No related merge requests found
import os, subprocess
from distutils.core import setup
from distutils.command.install import install
from setuptools import setup
setup(
name='pyxlinks',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment