8 lines
92 B
Python
8 lines
92 B
Python
#!/usr/bin/env python
|
|
|
|
from setuptools import setup
|
|
|
|
setup(
|
|
include_package_data=True
|
|
)
|