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 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

View File

@ -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',