From f825b29605706d3a3ce79556187aa6eb1ccb1c57 Mon Sep 17 00:00:00 2001 From: JingleManSweep Date: Sat, 17 Mar 2012 14:24:18 +0000 Subject: [PATCH] Updates --- .gitignore | 2 ++ pylms/tests.py | 2 ++ setup.py | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..27ffc2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +build diff --git a/pylms/tests.py b/pylms/tests.py index abe26db..93dbadf 100644 --- a/pylms/tests.py +++ b/pylms/tests.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + from pylms import server s = server.Server("10.0.2.10") diff --git a/setup.py b/setup.py index 83f0aaa..da4d1ae 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,6 @@ url="https://github.com/jingleman/PyLMS", packages = ["pylms"], scripts = [os.path.join("bin", "pylms"),], - test_suite = "nose.collector", - install_requires = [], long_description="""Python Wrapper Library for Logitech Media Server CLI (Telnet) Interface""", classifiers=[ "Development Status :: 5 - Production/Stable",