Skip to content

Commit 46f8baf

Browse files
committed
update readme
1 parent 3af38c8 commit 46f8baf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# PythonVRFT Library - Version 0.0.4
22
VRFT Adaptive Control Library written in Python. Aim of this library is to provide an implementation of the VRFT (Virtual Reference Feedback Tuning) algorithm.
33

4+
You can find the package also at the following [link](https://pypi.org/project/pythonvrft/)
5+
46
_Author_: Alessio Russo (PhD Student at KTH - alesssior@kth.se)
57

8+
69
![alt tag](https://github.com/rssalessio/PythonVRFT/blob/master/examples/1_example.png)
710
## License
811
Our code is released under the GPLv3 license (refer to the [LICENSE](https://github.com/rssalessio/PythonVRFT/blob/master/LICENSE) file for details).

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
description = 'VRFT Python Library',
1111
long_description = long_description,
1212
long_description_content_type = 'text/markdown',
13-
keywords = 'VRFT Virtual Reference Feedback Tuning Adaptive Control',
13+
keywords = ['VRFT', 'Virtual Reference Feedback Tuning',
14+
'Data Driven Control', 'Adaptive Control'],
1415
url = 'https://github.com/rssalessio/PythonVRFT/',
1516
author = 'Alessio Russo',
1617
author_email = 'alessior@kth.se',

0 commit comments

Comments
 (0)