mirror of
https://github.com/fastogt/pyfastogt
synced 2025-02-12 19:11:55 +00:00
Update setup.py
This commit is contained in:
parent
f4e987d232
commit
4e1f4e6b5f
1 changed files with 1 additions and 9 deletions
10
setup.py
10
setup.py
|
@ -49,13 +49,6 @@ else:
|
||||||
about['__version__'] = VERSION
|
about['__version__'] = VERSION
|
||||||
|
|
||||||
|
|
||||||
class InstallCommand(install):
|
|
||||||
"""Customized setuptools install command - prints a friendly greeting."""
|
|
||||||
|
|
||||||
def run(self):
|
|
||||||
install.run(self)
|
|
||||||
|
|
||||||
|
|
||||||
class UploadCommand(Command):
|
class UploadCommand(Command):
|
||||||
"""Support setup.py upload."""
|
"""Support setup.py upload."""
|
||||||
|
|
||||||
|
@ -125,8 +118,7 @@ setup(
|
||||||
],
|
],
|
||||||
# $ setup.py publish support.
|
# $ setup.py publish support.
|
||||||
cmdclass={
|
cmdclass={
|
||||||
'upload': UploadCommand,
|
'upload': UploadCommand
|
||||||
'install': InstallCommand
|
|
||||||
},
|
},
|
||||||
scripts=["pyfastogt/exe/request_fastogt_license_key"]
|
scripts=["pyfastogt/exe/request_fastogt_license_key"]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue