diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2016-02-11 14:35:43 +0000 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-02-11 14:35:43 +0000 |
commit | 5c6b19de694621b1c58852b9614615ae2401a671 (patch) | |
tree | ba5c7da02f232799e42317e7aaafd941e5622d01 | |
parent | 8aae5f078b5c837ba6829e8042453c12dfe2421f (diff) | |
download | astroid-git-5c6b19de694621b1c58852b9614615ae2401a671.tar.gz |
Revert "setup.py install now installs testdata/, but pip doesn't"
This reverts commit c510c17f63c2df01b8c9d5e2fd97ac963f737c7f.
-rw-r--r-- | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -65,9 +65,7 @@ def install(): install_requires = install_requires, packages = find_packages(), cmdclass={'install_lib': AstroidInstallLib, - 'easy_install': AstroidEasyInstallLib}, - data_files=[(p, [os.path.join(p, n) for n in ns]) for p, _, ns in os.walk('testdata/')] - # [('testdata', [os.path.join(p, n) for p, _, ns in os.walk('testdata/') for n in ns])] + 'easy_install': AstroidEasyInstallLib} ) |