Apply license header changes and API gen

This commit is contained in:
Seth Michael Larson
2020-04-23 14:10:49 -05:00
committed by Seth Michael Larson
parent 24c57840cb
commit 8e1798cf31
67 changed files with 585 additions and 337 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
# -*- coding: utf-8 -*-
# Licensed to Elasticsearch B.V under one or more agreements.
# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
# See the LICENSE file in the project root for more information
from os.path import join, dirname
from setuptools import setup, find_packages
import sys
VERSION = (7, 7, 0)
__version__ = VERSION