# lint-amnesty, pylint: disable=missing-module-docstring from setuptools import find_packages, setup setup( name="capa", version="0.1", packages=find_packages(exclude=["tests"]), install_requires=[ "setuptools", "lxml", "pytz" ], )