Skip to content

Commit 531b665

Browse files
committed
Update setup.py and README for PyPI release
1 parent 6782684 commit 531b665

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Include this library as a dependency for your charm, either in
1313
reactive charms:
1414

1515
```
16-
# TODO: publish this to PyPI
17-
https://github.com/juju-solutions/loadbalancer-interface/archive/master.zip#egg=loadbalancer_interface
16+
loadbalancer_interface
1817
```
1918

2019
## Usage

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
"ops>=1.0.0",
1313
"cached_property",
1414
"marshmallow",
15-
],
16-
# TODO: move this to normal PyPI dependency when ready
17-
"dependency_links": [
18-
"https://github.com/juju-solutions/ops-reactive-interface/archive/master.zip#egg=ops-reactive-interface", # noqa
15+
"ops_reactive_interface",
1916
],
2017
"entry_points": {
2118
"ops_reactive_interface.provides": "loadbalancer = loadbalancer_interface:LBProducer", # noqa

0 commit comments

Comments
 (0)