Skip to content

Commit 2214bb3

Browse files
author
Seth Miller
committed
add test suite to setup.py
1 parent ca37d0b commit 2214bb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
from distutils.core import setup
3+
from setuptools import setup
44

55
setup(name='rac',
66
version="0.1",
@@ -9,5 +9,6 @@
99
author_email='seth@migrantgeek.com',
1010
url='https://github.com/migrantgeek/python-rac',
1111
py_modules=['rac',],
12-
scripts=['bin/racadm']
12+
scripts=['bin/racadm'],
13+
test_suite='tests'
1314
)

0 commit comments

Comments
 (0)