Skip to content

Commit 28f0086

Browse files
Update version.py
1 parent 934eaab commit 28f0086

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DeterministicParticleFlowControl/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Topic :: Scientific/Engineering"]
2727

2828
# Description should be a one-liner:
29-
description = "DeterministicParticleFlowControl: deterministic particle based stochastic control"
29+
description = "DeterministicParticleFlowControl: deterministic particle based stochastic optimal control framework"
3030
# Long description will go up on the pypi page
3131
long_description = """
3232
Deterministic Particle Flow Control
@@ -65,4 +65,4 @@
6565
VERSION = __version__
6666
PACKAGE_DATA = {'DeterministicParticleFlowControl': [pjoin('data', '*')]}
6767
REQUIRES = ["numpy"]
68-
PYTHON_REQUIRES = ">= 3.5"
68+
PYTHON_REQUIRES = ">= 3.5"

0 commit comments

Comments
 (0)