Skip to content

Commit

Permalink
refactor: update setup.py (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate authored Oct 10, 2023
1 parent a468331 commit 1b4a5f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""scRNAsim package definition."""
"""scRNAsim-toolz package definition."""
from pathlib import Path
from setuptools import setup, find_packages # type: ignore
from scRNAsim_toolz.version import __version__
Expand All @@ -15,19 +15,19 @@
INSTALL_REQUIRES = fh.read().splitlines()

setup(
name="scrnasim_toolz",
name="scrnasim-toolz",
version=__version__,
description=(
"Repository for the tools used by scRNAsim"
),
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
url="https://github.com/zavolanlab/htsinfer",
url="https://github.com/zavolanlab/scRNAsim-toolz",
author="Zavolan Lab, Biozentrum, University of Basel",
maintainer="Máté Balajti",
maintainer_email="[email protected]",
project_urls={
"Repository": "https://github.com/zavolanlab/scRNAsim_toolz",
"Repository": "https://github.com/zavolanlab/scRNAsim-toolz",
},
packages=find_packages(),
install_requires=INSTALL_REQUIRES,
Expand Down

0 comments on commit 1b4a5f7

Please sign in to comment.