Skip to content

Commit

Permalink
👷 Correct author E-Mail
Browse files Browse the repository at this point in the history
  • Loading branch information
kdevo committed Jul 21, 2020
1 parent af048df commit f632121
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 @@ -38,7 +38,7 @@ def replace_rel(matchobj):

setup(
name=PROJECT,
version='0.1.0',
version='0.1.1',
packages=find_packages(exclude=["tests", "tests.*"]),
url=REPO_URL,
license='GPL-3.0',
Expand All @@ -51,7 +51,7 @@ def replace_rel(matchobj):

# Metadata for PyPI
author=AUTHOR,
author_email='https://kdevo.github.io/#contact',
author_email='',
description='Graph + Espresso = Caffeinated Python graph data structure library!',
keywords="graph-algorithms graph-theory graph-datastructure storage-format pluggable-backends",
project_urls={
Expand Down

0 comments on commit f632121

Please sign in to comment.