Skip to content

Commit

Permalink
fix setup documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cle-b authored Jul 29, 2019
1 parent 74bc4a1 commit 344ec38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="Niobium extends the Python Selenium client with nice features",
Expand Down

0 comments on commit 344ec38

Please sign in to comment.