summaryrefslogtreecommitdiff
path: root/vectors/setup.py
blob: 88d88a75d8b08b09a63f95d5662a61e6b871618a (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

# This file is dual licensed under the terms of the Apache License, Version
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
# for complete details.

from setuptools import setup

setup()