Skip to content

Commit 0ac6f9d

Browse files
committed
Revert "temp: attempt mypy fix again"
This reverts commit dfe24ec.
1 parent dfe24ec commit 0ac6f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools import setup
1+
from setuptools import find_packages, setup
22

33
with open("./README.md") as fp:
44
long_description = fp.read()
@@ -12,8 +12,8 @@
1212
author_email="joohwan.oh@outlook.com",
1313
url="https://github.com/ArangoDB-Community/python-arango",
1414
keywords=["arangodb", "python", "driver"],
15+
packages=find_packages(exclude=["tests"]),
1516
package_data={"arango": ["py.typed"]},
16-
packages=["arango"],
1717
include_package_data=True,
1818
python_requires=">=3.7",
1919
license="MIT",

0 commit comments

Comments
 (0)