Skip to content

Commit

Permalink
FIX Altered description field
Browse files Browse the repository at this point in the history
  • Loading branch information
thclark committed Jun 18, 2020
1 parent 1a68d68 commit eceadc1
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 @@ -21,7 +21,7 @@
url="https://www.github.com/octue/twined",
license=license_text,
author="Octue (github: octue)",
description="A library to help digital twins talk to one another.",
description="A library to help digital twins and data services talk to one another",
long_description=readme_text,
long_description_content_type="text/markdown",
packages=find_packages(exclude=("tests", "docs")),
Expand All @@ -36,5 +36,5 @@
"Operating System :: OS Independent",
],
python_requires=">=3.6",
keywords=["digital", "twins", "python", "schema"],
keywords=["digital", "twins", "data", "services", "python", "schema"],
)

0 comments on commit eceadc1

Please sign in to comment.