summaryrefslogtreecommitdiffstats
path: root/onap-dcae-dcaepolicy-lib/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'onap-dcae-dcaepolicy-lib/README.md')
-rw-r--r--onap-dcae-dcaepolicy-lib/README.md17
1 files changed, 4 insertions, 13 deletions
diff --git a/onap-dcae-dcaepolicy-lib/README.md b/onap-dcae-dcaepolicy-lib/README.md
index 71fdc6a..ff37256 100644
--- a/onap-dcae-dcaepolicy-lib/README.md
+++ b/onap-dcae-dcaepolicy-lib/README.md
@@ -1,18 +1,10 @@
-# onap_dcae_dcaepolicy_lib - policy in dcae controller
+# onap-dcae-dcaepolicy-lib - policy in dcae controller
- python-package to be used in cloudify plugins to maintain the policies lifecycle
-## [setup pypi connection](./nexus_pypi.md) to **nexus** repo server
-
-## build = register and upload to nexus repo server
-
-```bash
-./dev_run.sh build
-```
-
-## upload the python package to nexus repo server
+## upload the python package to pypi server
```bash
-./dev_run.sh upload
+python setup.py sdist upload
```
---
@@ -20,8 +12,7 @@
**requirements.txt**
```python
---extra-index-url https://YOUR_NEXUS_PYPI_SERVER/simple
-onap-dcae-dcaepolicy-lib
+onap-dcae-dcaepolicy-lib==1.0.0
```
**tasks.py**