From bbad1f774ebbc9ae49251f9b221757ae931f3363 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 17 Jan 2018 00:11:51 +0100 Subject: [PATCH] Add setup_requires entry --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7dfb86cf..bc330f79 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,5 +26,6 @@ classifiers = [options] packages = find: zip_safe = False +setup_requires = pyaes; pysocks install_requires = pyaes; pysocks include_package_data = True \ No newline at end of file