From b34689ac10d877633369b463ea4c2476efafe957 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Oct 2009 16:55:46 +0200 Subject: Get rid of setup.py. I'll use Makefile only. --- setup.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py deleted file mode 100644 index 6dc21c8..0000000 --- a/setup.py +++ /dev/null @@ -1,15 +0,0 @@ -from distutils.core import setup - - -setup(name='extrautils', - version='1.1', - description='Collection of miscellaneous Unix command line utilities', - author='Lars Wirzenius', - author_email='liw@iki.fi', - scripts=['do-until'], - data_files=[('share/man/man1', - ('do-until.1', 'total.1', 'isascii.1')), - ('bin', - ('isascii', 'total')), - ], - ) -- cgit v1.2.1