Skip to content

Commit

Permalink
Merge branch 'master' into jq/next-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast authored Sep 30, 2023
2 parents 6379e6d + b3a65b2 commit 6582d45
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 5 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
include LICENSE
recursive-include *.py *.j2 *.rst
include tox.ini
include requirements-*.in requirements-*.txt
recursive-include bin *.py
recursive-include code_templates *.j2
recursive-include docs *.py *.rst requirements.txt
6 changes: 5 additions & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Install wcwidth in editable mode::

Execute unit tests using tox_::

tox -e py36,py37,py38,py39,py310,py311,py312
tox -e py27,py35,py36,py37,py38,py39,py310,py311,py312

Updating Unicode Version
------------------------
Expand Down Expand Up @@ -217,8 +217,12 @@ Other Languages
History
=======

0.2.8 *2023-09-30*
* Include requirements files in the source distibution (`PR #82`).

0.2.7 *2023-09-28*
* **Updated** tables to include Unicode Specification 15.1.0.
* Include ``bin``, ``docs``, and ``tox.ini`` in the source distribution

0.2.6 *2023-01-14*
* **Updated** tables to include Unicode Specification 14.0.0 and 15.0.0.
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[bdist_wheel]
universal = 1

[metadata]
license_file = LICENSE

0 comments on commit 6582d45

Please sign in to comment.