Skip to content

Commit 5be9352

Browse files
authored
Merge pull request #38 from Alinvor/kernel
[DONE]合并分支
2 parents e187c8c + e9b12d1 commit 5be9352

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ include *.md
88
# Include the license file
99
include LICENSE.txt
1010

11+
# # Include the requirements file
12+
include requirements.txt

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ allowlist_externals =
2727
/bin/bash
2828
; changedir =
2929
; tests
30+
#
3031
# https://tox.readthedocs.io/en/latest/config.html#conf-deps
32+
# https://tox.readthedocs.io/en/latest/example/basic.html#a-simple-tox-ini-default-environments
33+
#
3134
deps =
35+
-rrequirements.txt
3236
unittest2
3337
flake8
3438
virtualenv

0 commit comments

Comments
 (0)