Skip to content

Commit

Permalink
#1 Add copyright, author info and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aerkalov committed May 6, 2013
1 parent 69c1418 commit dedebb1
Show file tree
Hide file tree
Showing 13 changed files with 840 additions and 53 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#ignore these in git listings
EbookLib.egg-info
dist
build
*.pyc
*~
.emacs*
.DS_Store
.swp
\#*#
.#*
\#*
2 changes: 2 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Aleksandar Erkalovic <[email protected]>
Borko Jandras <[email protected]>
Empty file added CHANGES.TXT
Empty file.
661 changes: 661 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include *.txt
include *.md
recursive-include docs *.txt
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
ebooklib
========
About EbookLib
==============

E-book library for Python capable of handling EPUB2/EPUB3 and Kindle format

Installation
============



Usage
=====



License
=======

EbookLib is licensed under the AGPL license.

Authors
=======
Aleksandar Erkalovic <[email protected]>
Borko Jandras <[email protected]>




1 change: 1 addition & 0 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EbookLib 0.1
3 changes: 3 additions & 0 deletions ebooklib/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Version of ebook library

VERSION = (0, 1, 0)
Loading

0 comments on commit dedebb1

Please sign in to comment.