Skip to content

Commit

Permalink
Add tests to manifest (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Avram Lubkin <aviso@rockhopper.net>
  • Loading branch information
jquast and avylove committed Jun 2, 2020
1 parent a2ee668 commit cffa32d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE *.rst
include LICENSE *.rst
recursive-include tests *.py
4 changes: 2 additions & 2 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Terminals, or make pretend to be an emulator.

**Problem Statement**: The printable length of *most* strings are equal to the
number of cells they occupy on the screen ``1 charater : 1 cell``. However,
there are categories of characters that *occupy 2 cells* (full-wide), and others
that *occupy 0* cells (zero-width).
there are categories of characters that *occupy 2 cells* (full-wide), and
others that *occupy 0* cells (zero-width).

**Solution**: POSIX.1-2001 and POSIX.1-2008 conforming systems provide
`wcwidth(3)`_ and `wcswidth(3)`_ C functions of which this python module's
Expand Down

0 comments on commit cffa32d

Please sign in to comment.