1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/data/src/compilewheel/setup.py
2017-05-16 15:47:47 +05:30

7 lines
154 B
Python

#!/usr/bin/env python
from setuptools import find_packages, setup
setup(name='compilewheel',
version='1.0',
packages=find_packages()
)