From e64bcd5a81149c7ad5b5c39b7c1140d5f47ccc6b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 16 Sep 2014 20:21:58 -0400 Subject: reimplement the api --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f80af6f..e1641a0 100644 --- a/setup.py +++ b/setup.py @@ -18,9 +18,10 @@ setup( author="Jesse Luehrs", author_email="doy@tozt.net", url="https://github.com/doy/vt100/", + packages=["vt100"], ext_modules=[ Extension( - name="vt100", + name="vt100_raw", sources=[ "vt100module.c", "libvt100/src/screen.c", -- cgit v1.2.3-54-g00ecf