Skip to content

Commit

Permalink
Merge pull request #415 from staticdev/docs/readme-badge-fixes
Browse files Browse the repository at this point in the history
Small readme fix
  • Loading branch information
staticdev committed Aug 16, 2022
2 parents e7a8c91 + 493342c commit d02e09a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT] license,
Distributed under the terms of the [MIT license][license],
_Human Readable_ is free and open source software.

## Issues
Expand All @@ -268,6 +268,7 @@ This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter]

<!-- github-only -->

[license]: https://github.com/staticdev/human-readable/blob/main/LICENSE
[contributor guide]: https://github.com/staticdev/human-readable/blob/main/CONTRIBUTING.md
[cookiecutter]: https://github.com/audreyr/cookiecutter
[human-readable.readthedocs.io]: https://human-readable.readthedocs.io
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ homepage = "https://github.com/staticdev/human-readable"
repository = "https://github.com/staticdev/human-readable"
documentation = "https://human-readable.readthedocs.io"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit d02e09a

Please sign in to comment.