We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfbe69 commit 95023e8Copy full SHA for 95023e8
1 file changed
setup.py
@@ -19,7 +19,7 @@
19
import os
20
import re
21
import sys
22
-from setuptools import setup
+from setuptools import setup, find_packages
23
24
# Open and read the version info file in a Python 2/3 compatible way
25
verinfofilename = os.path.realpath("."+os.path.sep+"pyarchivefile"+os.path.sep+"pyarchivefile.py")
0 commit comments