forked from schodet/nxt-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor changes to install and build system.
- Loading branch information
marcusw
committed
Feb 13, 2011
1 parent
8eccd57
commit 8a5a327
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
include docs/*.html *.url *.css *.txt | ||
include README LICENSE install.bat | ||
include README LICENSE install.bat MANIFEST.in | ||
include examples/*.py | ||
exclude arduino/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
author='Marcus Wanner', | ||
author_email='[email protected]', | ||
description='LEGO Mindstorms NXT Control Package', | ||
url='http://home.comcast.net/~dplau/nxt_python/, http://code.google.com/p/nxt-python/', | ||
url='http://code.google.com/p/nxt-python/', | ||
license='Gnu GPL v3', | ||
packages=['nxt', 'nxt.sensor'], | ||
scripts=['scripts/nxt_push', 'scripts/nxt_test', 'scripts/nxt_filer'], | ||
|