We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c37883 commit dbfc6c9Copy full SHA for dbfc6c9
setup.py
@@ -4,7 +4,7 @@
4
import io
5
import os
6
import re
7
-from setuptools import setup
+from setuptools import setup, find_packages
8
9
10
with open("README.rst") as f:
@@ -50,7 +50,7 @@
50
"Sources": "https://github.com/pygraphkit/graphtik",
51
"Bug Tracker": "https://github.com/pygraphkit/graphtik/issues",
52
},
53
- packages=["graphtik"],
+ packages=find_packages(exclude=["test"]),
54
python_requires=">=3.6",
55
install_requires=[
56
"contextvars; python_version < '3.7'",
0 commit comments