Skip to content

Commit 18d09c4

Browse files
author
Charles Weir
committed
cw: Broke out unit tests into separate files.
1 parent 655edfb commit 18d09c4

File tree

4 files changed

+7
-432
lines changed

4 files changed

+7
-432
lines changed

setup.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
import setuptools
77

88
setuptools.setup(
9-
name="BrickPi",
10-
description="Drivers and examples for using the BrickPi in Python",
11-
author="Dexter Industries",
12-
url="http://www.dexterindustries.com/BrickPi/",
13-
py_modules=['BrickPi'],
14-
install_requires=open('requirements.txt').readlines(),
9+
name="BrickPython",
10+
description="Python structure for the BrickPi",
11+
author="Charles and James Weir",
12+
url="http://www.charlesweir.com/",
13+
py_modules=['BrickPython'],
14+
test_suite='test'
15+
#install_requires=open('requirements.txt').readlines(),
1516
)

0 commit comments

Comments
 (0)