Skip to content

Commit 9874f8a

Browse files
author
FND
committed
updated documentation
also fixed package name; should be lowercase
1 parent 1fc351d commit 9874f8a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AUTHOR = 'FND'
22
AUTHOR_EMAIL = '[email protected]'
3-
NAME = 'Spackager'
3+
NAME = 'spackager'
44
DESCRIPTION = 'compiler for creating single-page applications'
55

66

spackager/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
parses an HTML file for external resources (JavaScript, CSS and image files) and
66
assembles them into a stand-alone document
77
8+
http://github.com/FND/spackager
9+
http://pypi.python.org/pypi/spackager
10+
811
Usage:
9-
spa.py [options] <filename>
12+
spac [options] <filename>
1013
1114
Options:
1215
-l, --no-legacy

0 commit comments

Comments
 (0)