Show More
@@ -15,8 +15,6 b' exclude tools' | |||||
15 | exclude CONTRIBUTING.md |
|
15 | exclude CONTRIBUTING.md | |
16 | exclude .editorconfig |
|
16 | exclude .editorconfig | |
17 |
|
17 | |||
18 | graft setupext |
|
|||
19 |
|
||||
20 | graft scripts |
|
18 | graft scripts | |
21 |
|
19 | |||
22 | # Load main dir but exclude things we don't want in the distro |
|
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 | from setuptools.command.install import install |
|
24 | from setuptools.command.install import install | |
25 | from setuptools.command.install_scripts import install_scripts |
|
25 | from setuptools.command.install_scripts import install_scripts | |
26 |
|
26 | |||
27 | from setupext import install_data_ext |
|
|||
28 |
|
27 | |||
29 | #------------------------------------------------------------------------------- |
|
28 | #------------------------------------------------------------------------------- | |
30 | # Useful globals and utility functions |
|
29 | # Useful globals and utility functions | |
@@ -65,7 +64,6 b' setup_args = dict(' | |||||
65 | author = author, |
|
64 | author = author, | |
66 | author_email = author_email, |
|
65 | author_email = author_email, | |
67 | license = license, |
|
66 | license = license, | |
68 | cmdclass = {'install_data': install_data_ext}, |
|
|||
69 | ) |
|
67 | ) | |
70 |
|
68 | |||
71 |
|
69 |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now