mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
docs: Fixed broken link to setuptools' docs
This commit is contained in:
parent
1aeddb7b57
commit
486d65cdc2
@ -71,7 +71,7 @@ class SillyConsensusRules(BaseConsensusRules):
|
||||
|
||||
## Packaging a plugin
|
||||
|
||||
BigchainDB uses [setuptool's entry_point](https://pythonhosted.org/setuptools/setuptools.html) system to provide the plugin functionality. Any custom plugin needs to add this section to the `setup()` call in their `setup.py`:
|
||||
BigchainDB uses [setuptools](https://setuptools.readthedocs.io/en/latest/)' entry_points to provide the plugin functionality. Any custom plugin needs to add this section to the `setup()` call in their `setup.py`:
|
||||
|
||||
```python
|
||||
entry_points={
|
||||
|
Loading…
x
Reference in New Issue
Block a user