Skip to content

Commit d02e09a

Browse files
authored
Merge pull request #415 from staticdev/docs/readme-badge-fixes
Small readme fix
2 parents e7a8c91 + 493342c commit d02e09a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ To learn more, see the [Contributor Guide].
246246

247247
## License
248248

249-
Distributed under the terms of the [MIT] license,
249+
Distributed under the terms of the [MIT license][license],
250250
_Human Readable_ is free and open source software.
251251

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

269269
<!-- github-only -->
270270

271+
[license]: https://github.com/staticdev/human-readable/blob/main/LICENSE
271272
[contributor guide]: https://github.com/staticdev/human-readable/blob/main/CONTRIBUTING.md
272273
[cookiecutter]: https://github.com/audreyr/cookiecutter
273274
[human-readable.readthedocs.io]: https://human-readable.readthedocs.io

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ homepage = "https://github.com/staticdev/human-readable"
99
repository = "https://github.com/staticdev/human-readable"
1010
documentation = "https://human-readable.readthedocs.io"
1111
classifiers = [
12+
"Development Status :: 5 - Production/Stable",
1213
"Programming Language :: Python :: 3.7",
1314
"Programming Language :: Python :: 3.8",
1415
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)