Skip to content

Commit

Permalink
Merge pull request sgkit-dev#10 from jeromekelleher/make-installable
Browse files Browse the repository at this point in the history
Add minimal setuptools_scm config.
  • Loading branch information
eric-czech authored Aug 4, 2020
2 parents 36a071a + e829857 commit 5ef6aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ignore =
[isort]
default_section = THIRDPARTY
known_first_party = sgkit
known_third_party = dask,numpy,pysnptools,pytest,xarray
known_third_party = dask,numpy,pysnptools,pytest,setuptools,xarray
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env python
from setuptools import setup

setup(use_scm_version=True)

0 comments on commit 5ef6aac

Please sign in to comment.