diff options
author | Vratko Polak <vrpolak@cisco.com> | 2018-06-14 14:04:03 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-06-15 10:44:11 +0000 |
commit | 6149ec451efff00068f38e3343e66cdec7b943f4 (patch) | |
tree | ec51cb4339782d37889f29383f303f9bdf35faa0 /PyPI/README.txt | |
parent | 2f99b522d591a95d6ac4f11db8a34b8162258ecd (diff) |
CSIT-1110: Use jumpavg library from pip
+ Move the jumpavg library code to separate directory.
- Bump to 0.1.2 has to be done later.
Change-Id: I9722ede48f00e99eeb68ca3f91e0bdeee2937973
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'PyPI/README.txt')
-rw-r--r-- | PyPI/README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PyPI/README.txt b/PyPI/README.txt new file mode 100644 index 0000000000..5dd27e3ac7 --- /dev/null +++ b/PyPI/README.txt @@ -0,0 +1,6 @@ +Directories here hold code to be released into Python Package Index (PyPI). + +Mosly libraries, so people could expect them in resources/libraries/python/. +But these libraries cannot be there, because that is a package hierarchy +used by robot code, but we want the libraries here +to be NOT read from cloned CSIT git repo, but from pip. |