diff --git a/setup.py b/setup.py index 8677447..9e0520c 100644 --- a/setup.py +++ b/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'] )