Skip to content

Commit

Permalink
Removing history file
Browse files Browse the repository at this point in the history
  • Loading branch information
fhightower committed Jan 9, 2020
1 parent b591357 commit 09e0276
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions HISTORY.rst

This file was deleted.

5 changes: 1 addition & 4 deletions setup.py
Expand Up @@ -6,9 +6,6 @@
with open('README.rst') as readme_file:
readme = readme_file.read()

with open('HISTORY.rst') as history_file:
history = history_file.read()

with open('LICENSE') as license_file:
license = license_file.read()

Expand All @@ -25,7 +22,7 @@
name='robtex_python',
version='1.0.2',
description="Simple python wrapper for the Robtex API.",
long_description=readme + '\n\n' + history,
long_description=readme,
author="Floyd Hightower",
author_email='',
url='https://github.com/fhightower/robtex-python',
Expand Down

0 comments on commit 09e0276

Please sign in to comment.