Skip to content

Commit 42da6f0

Browse files
author
ktroule
committed
Add modification required for pip installation
1 parent e059f1d commit 42da6f0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pyproject.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "sctools"
3-
version = "0.0.1"
3+
version = "0.0.0"
44
authors = [
5-
{ name="Kevin", email="" },
5+
{ name="Kevin", email="[email protected]" },
66
]
77
description = "Utilities for single-cell analyses."
88
readme = "README.md"
@@ -14,5 +14,4 @@ classifiers = [
1414
]
1515

1616
[project.urls]
17-
"Homepage" = ""
18-
"Bug Tracker" = "https://github.com/ktroule/sctools"
17+
"Homepage" = "https://github.com/ktroule/sctools"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
description='Single-cell utilities',
77
url='https://github.com/ktroule/sctools',
88
author='Kevin',
9-
author_email='',
9+
author_email='[email protected]',
1010
license='',
1111
packages=['sctools'],
1212
install_requires=[],

0 commit comments

Comments
 (0)