Skip to content

Commit

Permalink
Remove long description, add zip safe
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjdillon committed Dec 14, 2019
1 parent 3ddde10 commit 7d67c66
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ def requirements(fp: str):

setup(
name="pyotelem",
description=(
"Utilities for working with biotelemetry and datalogger data in Python"
),
long_description=long_description,
description="A library for processing biotelemetry and datalogger data",
author="Ryan J. Dillon",
author_email="[email protected]",
url="https://github.com/ryanjdillon/pyotelem",
Expand All @@ -34,7 +31,8 @@ def requirements(fp: str):
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
zip_safe=False,
zip_safe=True,
)

0 comments on commit 7d67c66

Please sign in to comment.