Apply license header changes and API gen
This commit is contained in:
committed by
Seth Michael Larson
parent
24c57840cb
commit
8e1798cf31
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user