From f4c418d6bb99f5cb80a0aea08ce3b3dee5397e1e Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Thu, 18 Feb 2021 21:06:32 +0100 Subject: python/testpath: Fix install dir. Signed-off-by: Benjamin Trigona-Harany Signed-off-by: Willy Sudiarto Raharjo --- python/testpath/setup.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 python/testpath/setup.py (limited to 'python/testpath/setup.py') 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']) -) -- cgit v1.2.3