blob: 078671d40e4d8e93211a51fe6bb29c2de503f7b7 [file] [log] [blame]
Ethan Lynn2906f882018-01-15 10:32:43 +08001# Copyright (c) 2017-2018 VMware, Inc.
Bin Sun52b18d92017-09-06 14:25:57 +08002# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at:
5# http://www.apache.org/licenses/LICENSE-2.0
6#
7# Unless required by applicable law or agreed to in writing, software
8# distributed under the License is distributed on an "AS IS" BASIS,
9# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
11import setuptools
12
13setuptools.setup(
14 name="multivimbroker",
15 version="1.0",
16 packages=setuptools.find_packages(),
17 include_package_data=True,
18 zip_safe=True
19)