Skip to content

Commit

Permalink
hah fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Nov 6, 2020
1 parent 949abad commit 086c13b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

setup(
name = 'genome-grist',
version = "0.1",
description="tools to support genome and metagenome analysis",
url="https://github.com/dib-lab/genome-grist",
author="C. Titus Brown, Luiz Irber, Tessa Pierce, Taylor Reiter",
Expand All @@ -39,7 +38,7 @@
setup_requires = [ "setuptools>=38.6.0",
'setuptools_scm', 'setuptools_scm_git_archive' ],
use_scm_version = {"write_to": "genome_grist/version.py"},
install_requires = ['snakemake>=5.10', 'click>=7', 'lxml==4.6.1"],
install_requires = ['snakemake>=5.10', 'click>=7', 'lxml==4.6.1'],
long_description=long_description,
long_description_content_type="text/markdown",
)

0 comments on commit 086c13b

Please sign in to comment.