Skip to content

Commit dfe24ec

Browse files
committed
temp: attempt mypy fix again
(first commit did not solve issue)
1 parent 9eda970 commit dfe24ec

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 find_packages, setup
1+
from setuptools import 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"]),
1615
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)