diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 14b8045..24ae5d8 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -20,7 +20,6 @@ jobs: CIBW_BUILD_VERBOSITY: "1" CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y && yum install -y openssl-devel" CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"' - CIBW_SKIP: "*-win32" - uses: actions/upload-artifact@v2 with: diff --git a/.dist-info/LICENSE.grammers-crypto b/LICENSES/LICENSE.grammers-crypto similarity index 100% rename from .dist-info/LICENSE.grammers-crypto rename to LICENSES/LICENSE.grammers-crypto diff --git a/.dist-info/LICENSE.pyo3 b/LICENSES/LICENSE.pyo3 similarity index 100% rename from .dist-info/LICENSE.pyo3 rename to LICENSES/LICENSE.pyo3 diff --git a/MANIFEST.in b/MANIFEST.in index ba1cafa..6f74805 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include Cargo.toml recursive-include src * +graft LICENSES global-exclude .git* global-exclude .git/**