Update setup.py
This commit is contained in:
parent
c885d44d91
commit
e74e1c1c9b
1 changed files with 4 additions and 0 deletions
4
setup.py
4
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,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue