Add readme to pypi

This commit is contained in:
Gonçalo Valério 2022-03-13 17:47:03 +00:00
parent deab29cac3
commit fa40e7323d
Signed by: dethos
GPG Key ID: DF557F2BDCC2445E
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from .lib import parse from .lib import parse
__version__ = "0.0.1" __version__ = "0.0.2"
__all__ = ["parse"] __all__ = ["parse"]

View File

@ -1,10 +1,11 @@
[tool.poetry] [tool.poetry]
name = "inlinehashes" name = "inlinehashes"
version = "0.0.1" version = "0.0.2"
description = "Hash generator for HTML inline styles and scripts" description = "Hash generator for HTML inline styles and scripts"
authors = ["Gonçalo Valério <gon@ovalerio.net>"] authors = ["Gonçalo Valério <gon@ovalerio.net>"]
homepage = "https://github.com/dethos/inlinehashes" homepage = "https://github.com/dethos/inlinehashes"
repository = "https://github.com/dethos/inlinehashes" repository = "https://github.com/dethos/inlinehashes"
readme = "README.rst"
license = "MIT" license = "MIT"
classifiers = [ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",