We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e17351 commit 5f9bd2cCopy full SHA for 5f9bd2c
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = openpathsampling-cli
3
-version = 0.0.1
+version = 0.0.2
4
# version should end in .dev0 if this isn't to be released
5
description = Command line tool for OpenPathSampling
6
long_description = file: README.md
@@ -18,6 +18,7 @@ classifiers =
18
Programming Language :: Python :: 3
19
20
[options]
21
+python_requires = >= 3.6
22
install_requires =
23
click
24
tqdm
0 commit comments