Skip to content

Commit

Permalink
set _sdist to versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Apr 16, 2018
1 parent 5679f7b commit 6ba0615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
from pathlib import Path
import versioneer

_sdist = versioneer.get_cmdclass()['sdist']

package_name = 'scanpy'

req_path = Path('requires.txt')
Expand All @@ -15,7 +17,7 @@
readme = readme_f.read()

author = 'Alex Wolf, Philipp Angerer, Davide Cittaro, Gokcen Eraslan, Tobias Callies'

setup(
name=package_name,
version=versioneer.get_version(),
Expand Down

0 comments on commit 6ba0615

Please sign in to comment.