pandas_ods_reader/setup.py

8 lines
99 B
Python

from setuptools import setup
if __name__ == "__main__":
setup(
# see setup.cfg
)