Skip to content

Commit 6582d45

Browse files
authored
Merge branch 'master' into jq/next-release
2 parents 6379e6d + b3a65b2 commit 6582d45

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

MANIFEST.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
include LICENSE
2-
recursive-include *.py *.j2 *.rst
2+
include tox.ini
3+
include requirements-*.in requirements-*.txt
4+
recursive-include bin *.py
5+
recursive-include code_templates *.j2
6+
recursive-include docs *.py *.rst requirements.txt

docs/intro.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Install wcwidth in editable mode::
107107

108108
Execute unit tests using tox_::
109109

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

112112
Updating Unicode Version
113113
------------------------
@@ -217,8 +217,12 @@ Other Languages
217217
History
218218
=======
219219

220+
0.2.8 *2023-09-30*
221+
* Include requirements files in the source distibution (`PR #82`).
222+
220223
0.2.7 *2023-09-28*
221224
* **Updated** tables to include Unicode Specification 15.1.0.
225+
* Include ``bin``, ``docs``, and ``tox.ini`` in the source distribution
222226

223227
0.2.6 *2023-01-14*
224228
* **Updated** tables to include Unicode Specification 14.0.0 and 15.0.0.

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[bdist_wheel]
22
universal = 1
3-
4-
[metadata]
5-
license_file = LICENSE

0 commit comments

Comments
 (0)