Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
turukawa committed Feb 19, 2020
1 parent 394153e commit 5a194c0
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
@@ -1,6 +1,6 @@
import setuptools

DESCRIPTION = "data wrangling simplicity, audit transparency, at speed"
DESCRIPTION = "data wrangling simplicity, complete audit transparency, and at speed "
LONG_DESCRIPTION = """
**whyqd** provides an intuitive method for restructuring messy data to conform to a standardised
metadata schema. It supports data managers and researchers looking to rapidly, and continuously,
Expand Down Expand Up @@ -71,7 +71,7 @@
]

setuptools.setup(
name="example-pkg-YOUR-USERNAME-HERE", # Replace with your own username
name=DISTNAME,
version="0.1.0",
author=AUTHOR,
author_email=EMAIL,
Expand Down

0 comments on commit 5a194c0

Please sign in to comment.