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:
parent
71e49ca006
commit
84fb572d74
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -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']
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue