Skip to content

Commit b3a65b2

Browse files
authored
Merge pull request #83 from GalaxySnail/sdist-requirements
Include requirements files in the source distibution
2 parents 8265a20 + f507a7a commit b3a65b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

MANIFEST.in

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

docs/intro.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

0 commit comments

Comments
 (0)