We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bdf4c commit 5d74e9cCopy full SHA for 5d74e9c
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+"pyneofile"+os.path.sep+"pyneofile.py")
0 commit comments