We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934eaab commit 28f0086Copy full SHA for 28f0086
1 file changed
DeterministicParticleFlowControl/version.py
@@ -26,7 +26,7 @@
26
"Topic :: Scientific/Engineering"]
27
28
# Description should be a one-liner:
29
-description = "DeterministicParticleFlowControl: deterministic particle based stochastic control"
+description = "DeterministicParticleFlowControl: deterministic particle based stochastic optimal control framework"
30
# Long description will go up on the pypi page
31
long_description = """
32
Deterministic Particle Flow Control
@@ -65,4 +65,4 @@
65
VERSION = __version__
66
PACKAGE_DATA = {'DeterministicParticleFlowControl': [pjoin('data', '*')]}
67
REQUIRES = ["numpy"]
68
-PYTHON_REQUIRES = ">= 3.5"
+PYTHON_REQUIRES = ">= 3.5"
0 commit comments