From 344ec3813a7da696375b64b8a37d6d78bf37168b Mon Sep 17 00:00:00 2001 From: cle-b Date: Tue, 30 Jul 2019 00:55:10 +0200 Subject: [PATCH] fix setup documentation --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 374c515..27b6e86 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ with open("README.md", "r") as fh: desc = fh.read() - title_index = desc.find("# niobium") + title_index = desc.find("# Niobium") long_description = desc[title_index:] # remove bagde setuptools.setup( name="niobium", - version="0.1.0", + version="0.1.1", author="cle-b", author_email="cle@tictac.pm", description="Niobium extends the Python Selenium client with nice features",