diff --git a/Makefile b/Makefile deleted file mode 100644 index 09c4951..0000000 --- a/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# FreeBSD Ports Makefile For 'tgetwx' -# $Id: Makefile,v 1.100 2014/02/19 18:30:01 tundra Exp $ - -all: # Just need to create the compiled image - @python -OOOO -c"import py_compile;py_compile.compile('tgetwx.py')" - -install: - ${BSD_INSTALL_SCRIPT} tgetwx.py ${PREFIX}/bin - ${BSD_INSTALL_MAN} tgetwx.1.gz ${PREFIX}/man/man1 diff --git a/setup.py b/setup.py deleted file mode 100644 index a6a8211..0000000 --- a/setup.py +++ /dev/null @@ -1,5 +0,0 @@ -# Install tgetwx as a Python Module -# $Id: setup.py,v 1.100 2014/02/19 18:30:01 tundra Exp $ - -from distutils.core import setup -setup(name="tgetwx", py_modules=["tgetwx"])