We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e17351 + 5f9bd2c commit 6b9cbb9Copy full SHA for 6b9cbb9
1 file changed
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