File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2121 make_param_main (f )
2222
2323# -- Project information -----------------------------------------------------
24+ import pkg_resources
25+ import packaging .version
2426
2527project = 'OpenPathSampling CLI'
2628copyright = '2019-2020, David W.H. Swenson'
2729author = 'David W.H. Swenson'
2830
2931# The full version, including alpha/beta/rc tags
30- # TODO: get this from the release like other projects do
31- release = '0.0.1'
32+ release = pkg_resources .get_distribution ('openpathsampling-cli' ).version
33+ version = packaging .version .Version (release ).base_version
34+
35+ master_doc = 'index'
3236
3337
3438# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11cython # see if this helps MDTraj
22numpy
33
4+ packaging
45sphinx-click
You can’t perform that action at this time.
0 commit comments