Skip to content

Commit

Permalink
Rename pep440-rs to Readme.md (#1014)
Browse files Browse the repository at this point in the history
This is due to a bug in Maturin
(PyO3/maturin#1915), so I'll just fix our setup
to work with existing versions.

Closes #991.
  • Loading branch information
charliermarsh authored Jan 19, 2024
1 parent 7b36519 commit c663959
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ env:

jobs:
sdist:
# TODO(charlie): Enable source distribution builds.
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion crates/pep440-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pep440_rs"
version = "0.3.12"
description = "A library for python version numbers and specifiers, implementing PEP 440"
license = "Apache-2.0 OR BSD-2-Clause"
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "README.md", "pyproject.toml"]
include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]

edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
File renamed without changes.

0 comments on commit c663959

Please sign in to comment.