Skip to content

Commit 8a5a327

Browse files
author
marcusw
committed
Minor changes to install and build system.
1 parent 8eccd57 commit 8a5a327

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include docs/*.html *.url *.css *.txt
2-
include README LICENSE install.bat
2+
include README LICENSE install.bat MANIFEST.in
33
include examples/*.py
44
exclude arduino/*

install.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ if errorlevel 1 goto error
44
goto end
55
:error
66
echo -=-=-=-=-=-=-=-=-=-=-
7-
echo There was an error during the installation. Please check the above text
8-
echo for more information before you
7+
echo There was an error during the installation.
8+
echo Please check the above text for more information.
99
pause
1010
:end
11-
@echo on
11+
@echo on

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
author='Marcus Wanner',
1616
author_email='[email protected]',
1717
description='LEGO Mindstorms NXT Control Package',
18-
url='http://home.comcast.net/~dplau/nxt_python/, http://code.google.com/p/nxt-python/',
18+
url='http://code.google.com/p/nxt-python/',
1919
license='Gnu GPL v3',
2020
packages=['nxt', 'nxt.sensor'],
2121
scripts=['scripts/nxt_push', 'scripts/nxt_test', 'scripts/nxt_filer'],

0 commit comments

Comments
 (0)