##// END OF EJS Templates
Merge pull request #13423 from Carreau/no-distutils...
Min RK -
r27385:c5102802 merge
parent child Browse files
Show More
@@ -15,8 +15,6 b' exclude tools'
15 15 exclude CONTRIBUTING.md
16 16 exclude .editorconfig
17 17
18 graft setupext
19
20 18 graft scripts
21 19
22 20 # Load main dir but exclude things we don't want in the distro
@@ -24,7 +24,6 b' from setuptools.command.build_py import build_py'
24 24 from setuptools.command.install import install
25 25 from setuptools.command.install_scripts import install_scripts
26 26
27 from setupext import install_data_ext
28 27
29 28 #-------------------------------------------------------------------------------
30 29 # Useful globals and utility functions
@@ -65,7 +64,6 b' setup_args = dict('
65 64 author = author,
66 65 author_email = author_email,
67 66 license = license,
68 cmdclass = {'install_data': install_data_ext},
69 67 )
70 68
71 69
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now