From 3be91c47526f5910fbd43df4778cba6156a8178e Mon Sep 17 00:00:00 2001 From: Alexander Petrov Date: Tue, 12 Nov 2019 15:00:15 +0000 Subject: [PATCH] Changed python package name to gojsonnet --- .gitignore | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 53608e6..fc9df43 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ coverage.out build/ dist/ -jsonnet.egg-info/ +gojsonnet.egg-info/ /bazel-bin /bazel-genfiles /bazel-go-jsonnet diff --git a/setup.py b/setup.py index be7421c..d43e0af 100644 --- a/setup.py +++ b/setup.py @@ -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',