23 lines
688 B
Diff
23 lines
688 B
Diff
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -9,10 +9,6 @@ except ImportError:
|
||
|
from distutils.core import setup
|
||
|
import appdirs
|
||
|
|
||
|
-tests_require = []
|
||
|
-if sys.version_info < (2, 7):
|
||
|
- tests_require.append("unittest2")
|
||
|
-
|
||
|
|
||
|
def read(fname):
|
||
|
inf = open(os.path.join(os.path.dirname(__file__), fname))
|
||
|
@@ -45,8 +41,6 @@ setup(
|
||
|
Programming Language :: Python :: Implementation :: CPython
|
||
|
Topic :: Software Development :: Libraries :: Python Modules
|
||
|
""".split('\n') if c.strip()],
|
||
|
- test_suite='test.test_api',
|
||
|
- tests_require=tests_require,
|
||
|
keywords='application directory log cache user',
|
||
|
author='Trent Mick',
|
||
|
author_email='trentm@gmail.com',
|