Licensed software - Setup.py
Published: March 13, 2015 - 4:38 PM
Hello,
I'm new to WAPT and I want to create a package with software that requires a license.
Do I just need to add the license number/key to setup.py like this:
`#List of required......
required_params = [license number]`
? Or do I also need to add a parameter to the command line: `
xxx.v0.1.2.exe /S /licence`
Thank you for your answers.
I'm new to WAPT and I want to create a package with software that requires a license.
Do I just need to add the license number/key to setup.py like this:
`#List of required......
required_params = [license number]`
? Or do I also need to add a parameter to the command line: `
xxx.v0.1.2.exe /S /licence`
Thank you for your answers.