mirror of
https://github.com/simonw/datasette-vega.git
synced 2026-09-24 19:04:14 +02:00
Fix collision with datasette-cluster-map
It was not possible to install both plugins at the same time.
This commit is contained in:
parent
f1b29c0d8e
commit
f19ed314d5
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -4,7 +4,7 @@ from subprocess import check_output
|
|||
from wheel.bdist_wheel import bdist_wheel
|
||||
import os
|
||||
|
||||
VERSION = '0.1'
|
||||
VERSION = '0.2'
|
||||
ROOT = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ setup(
|
|||
packages=['datasette_vega'],
|
||||
entry_points={
|
||||
'datasette': [
|
||||
'cluster_map = datasette_vega'
|
||||
'vega = datasette_vega'
|
||||
],
|
||||
},
|
||||
package_data={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue