Skip to content

Commit

Permalink
Merge pull request #28 from juerkkil/metadata_update_v0.1.1
Browse files Browse the repository at this point in the history
metadata update for release v0.1.1
  • Loading branch information
juerkkil authored Oct 27, 2024
2 parents d98e781 + 5113eb0 commit 414135f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ pip install secheaders

1. Clone into repository
2. `python -m build`
3. `pip install dist/secheaders-0.1.0-py3-none-any.whl`
3. `pip install dist/secheaders-0.1.1-py3-none-any.whl`
4. Run `secheaders --help`


Expand Down
26 changes: 11 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,23 @@ build-backend = "hatchling.build"

[project]
name = "secheaders"
version = "0.1.0"
version = "0.1.1"
requires-python = ">=3.8"
authors = [
{name = "Jussi-Pekka Erkkilä", email = "[email protected]"},
]
maintainers = [
{name = "Jussi-Pekka Erkkilä", email = "[email protected]"}
]
authors = [{ name = "Jussi-Pekka Erkkilä", email = "[email protected]" }]
maintainers = [{ name = "Jussi-Pekka Erkkilä", email = "[email protected]" }]

description = "Scan HTTP security headers"
readme = "README.md"
keywords = ["web", "security"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Topic :: Security",
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Topic :: Security",
"Topic :: Internet :: WWW/HTTP",
]

[project.urls]
Expand All @@ -34,4 +31,3 @@ Repository = "https://github.com/juerkkil/secheaders"

[project.scripts]
secheaders = "secheaders.securityheaders:main"

0 comments on commit 414135f

Please sign in to comment.