mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Override the develop command in cmdclass
This commit is contained in:
parent
a5aa752a85
commit
0ff2f19aee
3
setup.py
3
setup.py
@ -665,6 +665,9 @@ class SaltDistribution(distutils.dist.Distribution):
|
||||
if IS_WINDOWS_PLATFORM:
|
||||
self.cmdclass.update({'install-m2crypto-windows': InstallM2CryptoWindows})
|
||||
|
||||
if WITH_SETUPTOOLS:
|
||||
self.cmdclass.update({'develop': Develop})
|
||||
|
||||
self.license = 'Apache Software License 2.0'
|
||||
self.packages = self.discover_packages()
|
||||
self.zip_safe = False
|
||||
|
Loading…
Reference in New Issue
Block a user