From e74e1c1c9b142793f4e727936e92694392e0e9f2 Mon Sep 17 00:00:00 2001 From: Groupr Date: Wed, 13 Aug 2025 03:27:37 +0000 Subject: [PATCH] Update setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) 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, )