Changed python package name to gojsonnet

This commit is contained in:
Alexander Petrov 2019-11-12 15:00:15 +00:00 committed by Stanisław Barzowski
parent 441e4cc581
commit 3be91c4752
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -7,7 +7,7 @@
coverage.out
build/
dist/
jsonnet.egg-info/
gojsonnet.egg-info/
/bazel-bin
/bazel-genfiles
/bazel-go-jsonnet

View File

@ -46,7 +46,7 @@ jsonnet_ext = Extension(
language='c++',
)
setup(name='jsonnet',
setup(name='gojsonnet',
url='https://jsonnet.org',
description='Python bindings for Jsonnet - The data templating language ',
author='David Cunningham',