Override the develop command in cmdclass

This commit is contained in:
Pedro Algarvio 2015-08-14 15:32:33 +01:00
parent a5aa752a85
commit 0ff2f19aee

View File

@ -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