Skip to content

Commit

Permalink
🎆Updates maintenance/license year to 2024 (#556)
Browse files Browse the repository at this point in the history
* 🎆Updates maintenance/license year to 2024

* Disable package mode in pyproject.toml
klaasnicolaas authored Mar 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 842411e commit 8b92cb5
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2021-2023 Klaas Schoute
Copyright (c) 2021-2024 Klaas Schoute

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -162,7 +162,7 @@ Thank you for being involved! :heart_eyes:

MIT License

Copyright (c) 2021-2023 Klaas Schoute
Copyright (c) 2021-2024 Klaas Schoute

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -185,7 +185,7 @@ SOFTWARE.
[nipkaart]: https://nipkaart.nl

<!-- MARKDOWN LINKS & IMAGES -->
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[contributors-shield]: https://img.shields.io/github/contributors/nipkaart/disabled-parking.svg
[contributors-url]: https://github.com/nipkaart/disabled-parking/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/nipkaart/disabled-parking.svg
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "disabled-parking"
version = "0.1.0"
package-mode = false
description = "A tool to fetch and upload disabled parking data to NIPKaart."
authors = ["NIPKaart <[email protected]>"]
maintainers = ["Klaas Schoute <[email protected]>"]

0 comments on commit 8b92cb5

Please sign in to comment.