diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c5f2542..50046bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: # We don't need to run on all platforms since this package is # platform-agnostic. The output wheel is something like - # "kscaleos--py3-none-any.whl". + # "kos--py3-none-any.whl". runs-on: ubuntu-latest steps: diff --git a/MANIFEST.in b/MANIFEST.in index 0d8aa9d..aefc580 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -recursive-include kscaleos/ *.py *.txt py.typed MANIFEST.in +recursive-include kos/ *.py *.txt py.typed MANIFEST.in