Update setup.py

This commit is contained in:
Groupr 2025-08-13 03:27:37 +00:00
parent c885d44d91
commit e74e1c1c9b

View file

@ -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,
)