ADTLib

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 09bc6aea0db1c61a4764ffc576ee2561e4489dc9
parent 1bb7047d7a6a3d38eaa49684e6325a960a1051d9
Author: CarlSouthall <c-southall@live.co.uk>
Date:   Thu, 12 Oct 2017 23:29:58 +0100

setup fix

Diffstat:
Msetup.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup from setuptools import find_packages import glob -package_data = ['ADTLib/files/*'] +package_data = ['files/*'] scripts = glob.glob('bin/*') setup(