Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mvinyard authored Sep 6, 2022
1 parent 545a201 commit c50e60f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from setuptools import setup
import setuptools
import re
import os
import sys

setup(
setuptools.setup(
name='LARRY-dataset',
version='0.0.0',
python_requires='>3.7.0',
Expand All @@ -13,11 +13,7 @@
long_description = open("README.md", encoding="utf-8").read(),
long_description_content_type = 'text/markdown',
description='LARRY Dataset: lineage and RNA recovery',
packages = [
'larry',
'_in_vitro',
'_in_vivo',
],
packages = setuptools.find_packages(),
install_requires=[
"anndata>=0.8",
],
Expand Down

0 comments on commit c50e60f

Please sign in to comment.