From a54f0ff3511916e803f2a71648fc928ffd93badf Mon Sep 17 00:00:00 2001 From: TabulateJarl8 Date: Fri, 10 Sep 2021 10:16:30 -0400 Subject: [PATCH] ci --- .github/workflows/main.yml | 1 - MANIFEST.in | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d41e69..810e21d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,6 @@ jobs: - name: Run a multi-line script run: | pip3 install setuptools wheel - ls python setup.py sdist pip3 install dist/* python3 tests/test.py \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index a78618f..6b64d34 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ -include ti842py/utils/* \ No newline at end of file +include ti842py/utils/* +include requirements.txt \ No newline at end of file