Skip to content

Commit

Permalink
Less detailed README + dedicated docs. This is to fix installation is…
Browse files Browse the repository at this point in the history
…sues with LC_ALL=C (pip bugs make it not possible to have non-ascii letters in project's long_description). Fix pytriesGH-7.
  • Loading branch information
kmike committed Mar 22, 2013
1 parent c32b2bb commit c42ae20
Show file tree
Hide file tree
Showing 10 changed files with 1,072 additions and 447 deletions.
3 changes: 2 additions & 1 deletion .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
^.tox
\.orig$
\.prof$
\.coverage$
\.coverage$
^docs/_
15 changes: 15 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Authors & Contributors
----------------------

* Mikhail Korobov <[email protected]>;
* Dan Blanchard;
* Jakub Wilk.

This module uses `dawgdic`_ C++ library by
Susumu Yata & contributors.

base64 decoder is a modified version of libb64_ (original author
is Chris Venter).

.. _libb64: http://libb64.sourceforge.net/
.. _dawgdic: https://code.google.com/p/dawgdic/
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

Changes
=======

0.6 (2013-03-22)
----------------

Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
include README.rst
include AUTHORS.rst
include CHANGES.rst
include LICENSE
include tox.ini
include update_cpp.sh
include lib/COPYING

recursive-include docs *.rst *.py Makefile make.bat

recursive-include src *.cpp *.pxd *.pyx
recursive-include lib *.c *.h
recursive-include tests *.py
Loading

0 comments on commit c42ae20

Please sign in to comment.