File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,3 +131,7 @@ dmypy.json
131131
132132# Pyre type checker
133133.pyre /
134+
135+ # pixi environments
136+ .pixi
137+ * .egg-info
Original file line number Diff line number Diff line change 2121 make_param_main (f )
2222
2323# -- Project information -----------------------------------------------------
24- import pkg_resources
24+ import importlib . metadata
2525import packaging .version
2626
2727project = 'OpenPathSampling CLI'
2828copyright = '2019-2022, David W.H. Swenson and contributors'
2929author = 'David W.H. Swenson'
3030
3131# The full version, including alpha/beta/rc tags
32- release = pkg_resources . get_distribution ('openpathsampling-cli' ). version
32+ release = importlib . metadata . version ('openpathsampling-cli' )
3333version = packaging .version .Version (release ).base_version
3434
3535master_doc = 'index'
You can’t perform that action at this time.
0 commit comments