Skip to content

Commit

Permalink
make minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mburanosky17 committed Jul 9, 2018
1 parent d148278 commit 2e371e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -10,7 +10,6 @@
with open("README.md", "rb") as f:
long_descr = f.read().decode("utf-8")


setup(name='fdtool',
version= version,
packages = ["fdtool"],
Expand All @@ -19,7 +18,7 @@
},
description='Identify functional dependencies, equivalences, and candidate keys in tabular data',
long_description = long_descr,
long_description_content_type="text/markdown",
long_description_content_type='text/markdown',
url='https://github.com/USEPA/FDTool/',
author='Matt Buranosky',
include_package_data=True,
Expand Down

0 comments on commit 2e371e5

Please sign in to comment.