1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-02-12 13:01:55 +00:00

Install input request key

This commit is contained in:
atopilski 2021-03-01 09:08:46 -05:00
parent 71e49ca006
commit 84fb572d74

View file

@ -121,5 +121,6 @@ setup(
cmdclass={
'upload': UploadCommand
},
scripts=['pyfastogt/exe/request_fastogt_license_key', 'pyfastogt/exe/regenerate_machine_id']
scripts=['pyfastogt/exe/request_fastogt_license_key', 'pyfastogt/exe/request_fastogt_license_key_input',
'pyfastogt/exe/regenerate_machine_id']
)