Skip to content

Commit

Permalink
Minor changes to install and build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusw committed Feb 13, 2011
1 parent 8eccd57 commit 8a5a327
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
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/*
6 changes: 3 additions & 3 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ if errorlevel 1 goto error
goto end
:error
echo -=-=-=-=-=-=-=-=-=-=-
echo There was an error during the installation. Please check the above text
echo for more information before you
echo There was an error during the installation.
echo Please check the above text for more information.
pause
:end
@echo on
@echo on
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 8a5a327

Please sign in to comment.