From fa40e7323d8196821f5aa056c67d56e185402211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Sun, 13 Mar 2022 17:47:03 +0000 Subject: [PATCH] Add readme to pypi --- inlinehashes/__init__.py | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inlinehashes/__init__.py b/inlinehashes/__init__.py index aee7931..8a10b94 100644 --- a/inlinehashes/__init__.py +++ b/inlinehashes/__init__.py @@ -1,4 +1,4 @@ from .lib import parse -__version__ = "0.0.1" +__version__ = "0.0.2" __all__ = ["parse"] diff --git a/pyproject.toml b/pyproject.toml index e5a1d1b..eab0c7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "inlinehashes" -version = "0.0.1" +version = "0.0.2" description = "Hash generator for HTML inline styles and scripts" authors = ["Gonçalo Valério "] homepage = "https://github.com/dethos/inlinehashes" repository = "https://github.com/dethos/inlinehashes" +readme = "README.rst" license = "MIT" classifiers = [ "Development Status :: 3 - Alpha",