cryptography/vectors/setup.py
Paul Kehrer efc37b4a23
convert cryptography_vectors to setup.cfg (#6243)
* convert cryptography_vectors to setup.cfg

* put it in the right section
2021-08-29 18:07:54 -04:00

10 lines
243 B
Python

#!/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()