diff --git a/setup.py b/setup.py index 00ed129..12b966f 100644 --- a/setup.py +++ b/setup.py @@ -12,12 +12,16 @@ setup( author = 'Russell Ballestrini', author_email = 'russell@ballestrini.net', url = 'https://https://git.unturf.com/engineering/unturf/filevault', + project_urls={ + 'Source': 'https://git.unturf.com/engineering/unturf/filevault', + }, platforms = ['All'], license = 'Public Domain', py_modules = ['filevault'], include_package_data = True, + zip_safe = True, )