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 5dc52b5 commit 315128cCopy full SHA for 315128c
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = openpathsampling-cli
3
-version = 0.2.2.dev0
+version = 0.3
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,16 +18,13 @@ classifiers =
18
Programming Language :: Python :: 3
19
20
[options]
21
-python_requires = >= 3.7
+python_requires = >= 3.9
22
install_requires =
23
click
24
tqdm
25
- openpathsampling >= 1.2
+ openpathsampling >= 1.6
26
packages = find:
27
28
[options.entry_points]
29
console_scripts =
30
openpathsampling = paths_cli.cli:main
31
-
32
-[bdist_wheel]
33
-universal=1
0 commit comments