Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored Jan 9, 2025
2 parents 3635a9f + 44a39c3 commit 1101f21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ When you're ready to contribute code to address an open issue, please follow the

<details><summary>Expand details 👇</summary><br/>

Once you've added an "upstream" remote pointing to [https://github.com/allenai/python-package-temlate.git](https://github.com/allenai/python-package-template), keeping your fork up-to-date is easy:
Once you've added an "upstream" remote pointing to [https://github.com/allenai/python-package-template.git](https://github.com/allenai/python-package-template), keeping your fork up-to-date is easy:

git checkout main # if not already on main
git pull --rebase upstream main
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Here is an incomplete list of some projects that started off with this template:
- [beaker-py](https://github.com/allenai/beaker-py)
- [gantry](https://github.com/allenai/beaker-gantry)
- [ip-bot](https://github.com/abe-101/ip-bot)
- [atty](https://github.com/mstuttgart/atty)
☝️ *Want your work featured here? Just open a pull request that adds the link.*
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ include-package-data = true
my_package = ["py.typed"]

[tool.setuptools.dynamic]
version = {attr = "my_package.VERSION"}
version = {attr = "my_package.version.VERSION"}

[tool.black]
line-length = 100
Expand Down

0 comments on commit 1101f21

Please sign in to comment.