mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Override the develop command in cmdclass
This commit is contained in:
parent
a5aa752a85
commit
0ff2f19aee
1 changed files with 3 additions and 0 deletions
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…
Add table
Reference in a new issue