mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 17:31:02 +02:00
Changed python package name to gojsonnet
This commit is contained in:
parent
441e4cc581
commit
3be91c4752
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,7 +7,7 @@
|
|||||||
coverage.out
|
coverage.out
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
jsonnet.egg-info/
|
gojsonnet.egg-info/
|
||||||
/bazel-bin
|
/bazel-bin
|
||||||
/bazel-genfiles
|
/bazel-genfiles
|
||||||
/bazel-go-jsonnet
|
/bazel-go-jsonnet
|
||||||
|
2
setup.py
2
setup.py
@ -46,7 +46,7 @@ jsonnet_ext = Extension(
|
|||||||
language='c++',
|
language='c++',
|
||||||
)
|
)
|
||||||
|
|
||||||
setup(name='jsonnet',
|
setup(name='gojsonnet',
|
||||||
url='https://jsonnet.org',
|
url='https://jsonnet.org',
|
||||||
description='Python bindings for Jsonnet - The data templating language ',
|
description='Python bindings for Jsonnet - The data templating language ',
|
||||||
author='David Cunningham',
|
author='David Cunningham',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user