-
Notifications
You must be signed in to change notification settings - Fork 68
/
setup.cfg
37 lines (36 loc) · 1.2 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[versioneer]
VCS = git
style = pep440
versionfile_source = starfish/core/_version.py
versionfile_build = starfish/core/_version.py
parentdir_prefix = starfish-
tag_prefix =
[metadata]
name = starfish
summary = Pipelines and pipeline components for the analysis of image-based transcriptomics data
author = Deep Ganguli
author_email = [email protected]
license = MIT
long_description = README.rst
long_description_content_type = text/x-rst; charset=UTF-8
home_page = https://spacetx-starfish.readthedocs.io/en/latest/
project_urls =
Bug Tracker = https://github.com/spacetx/starfish/issues
Documentation = https://spacetx-starfish.readthedocs.io/en/latest/
Source Code = https://github.com/spacetx/starfish
classifier =
Development Status :: 2 - Pre-Alpha
Natural Language :: English
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
keywords =
single-cell
image-based
transcriptomics