swh:1:snp:72a4c465b82ec18a5d1f703821d91720268b476f
Raw File
Tip revision: 0322c4fc21787762bd3a5564e33e31b0ec56e6a4 authored by falexwolf on 07 January 2018, 19:42:10 UTC
updated basic usage
Tip revision: 0322c4f
setup.cfg
[versioneer]
VCS = git
style = pep440
versionfile_source = scanpy/_version.py
versionfile_build = scanpy/_version.py
tag_prefix =

[build_ext]
inplace=1
back to top