Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvh committed Sep 23, 2020
1 parent b3fa26d commit 0047ca2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
from setuptools import setup, find_packages
import os

DESCRIPTION = "Inference of transcription factor motif activity from single cell RNA-seq data."
DESCRIPTION = (
"Inference of transcription factor motif activity from single cell RNA-seq data."
)

with open("README.md") as f:
long_description = f.read()
Expand All @@ -12,8 +14,8 @@
setup(
name="scepia",
version=versioneer.get_version(),
long_description = long_description,
long_description_content_type = 'text/markdown',
long_description=long_description,
long_description_content_type="text/markdown",
description=DESCRIPTION,
author="Simon van Heeringen",
author_email="simon.vanheeringen@gmail.com",
Expand All @@ -39,8 +41,10 @@
"adjustText",
"biofluff",
"gimmemotifs",
"leiden",
"loguru",
"matplotlib",
"numpy",
"numba" "numpy",
"pandas",
"scanpy",
"scikit-learn",
Expand Down

0 comments on commit 0047ca2

Please sign in to comment.