-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #236 from danforthcenter/add-auto-versioning
Add auto-versioning
- Loading branch information
Showing
8 changed files
with
2,414 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# .coveragerc to control coverage.py | ||
|
||
[report] | ||
# Regexes for lines to exclude from consideration | ||
exclude_lines = | ||
# Have to re-enable the standard pragma | ||
pragma: no cover | ||
|
||
# versioneer functions | ||
def get_keywords | ||
class VersioneerConfig | ||
def get_config | ||
class NotThisMethod | ||
LONG_VERSION_PY | ||
HANDLERS | ||
def register_vcs_handler | ||
def run_command | ||
def versions_from_parentdir | ||
@register_vcs_handler | ||
def git_versions_from_keywords | ||
def git_pieces_from_vcs | ||
def plus_or_dot | ||
def render_pep440 | ||
def render_pep440_pre | ||
def render_pep440_post | ||
def render_pep440_old | ||
def render_git_describe | ||
def render_git_describe_long | ||
def render | ||
def get_versions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
plantcv/plantcv/_version.py export-subst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include versioneer.py | ||
include plantcv/plantcv/_version.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.