Skip to content

Commit 742496b

Browse files
committed
Version 0.6.0
1 parent 9d9ced6 commit 742496b

File tree

10 files changed

+965
-976
lines changed

10 files changed

+965
-976
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ nosetests.xml
3535
SITE/cache/
3636
SITE/output/
3737
SITE/.doit.db
38+
SITE/comet.log

LICENSE

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Copyright © 2014-2015 Chris Warrick, Roberto Alsina et al.
2+
3+
Permission is hereby granted, free of charge, to any
4+
person obtaining a copy of this software and associated
5+
documentation files (the "Software"), to deal in the
6+
Software without restriction, including without limitation
7+
the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the
9+
Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice
13+
shall be included in all copies or substantial portions of
14+
the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
17+
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
18+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
19+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
20+
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
21+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
22+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
graft comet
2+
include README.rst LICENSE CHANGELOG.rst setup.py setup.cfg setup_virtualenv.sh requirements.txt
3+
global-exclude __pycache__ *.pyc

SITE/comet.log

-147
This file was deleted.

0 commit comments

Comments
 (0)