aboutsummaryrefslogtreecommitdiff
path: root/python/testpath/setup.py
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2021-02-18 21:06:32 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-02-21 00:05:11 +0700
commitf4c418d6bb99f5cb80a0aea08ce3b3dee5397e1e (patch)
treec38b1b7538b8027cbdb80c253d52de921e91506e /python/testpath/setup.py
parent4e92e75cac0a61c4b272df65dbf89d6a05d2563b (diff)
python/testpath: Fix install dir.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/testpath/setup.py')
-rw-r--r--python/testpath/setup.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/python/testpath/setup.py b/python/testpath/setup.py
deleted file mode 100644
index 3a92914bf1..0000000000
--- a/python/testpath/setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
-
-from setuptools import setup, find_packages
-
-setup(
- name='testpath',
- version='0.4.1',
- description='Test utilities for Python code working with files and commands',
- url='https://github.com/jupyter/testpath',
- author='The Jupyter Development Team',
- license='MIT',
- long_description='Test utilities for Python code working with files and commands',
- packages=find_packages(exclude=['tests'])
-)