mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #51122 from Ch3LL/bp-51086
Backport #51086 into 2019.2.0.rc1
This commit is contained in:
commit
9b96083191
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -855,7 +855,7 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
self.name = 'salt-ssh' if PACKAGED_FOR_SALT_SSH else 'salt'
|
||||
self.salt_version = __version__ # pylint: disable=undefined-variable
|
||||
self.description = 'Portable, distributed, remote execution and configuration management system'
|
||||
with open(SALT_LONG_DESCRIPTION_FILE) as f:
|
||||
with open(SALT_LONG_DESCRIPTION_FILE, encoding='utf-8') as f:
|
||||
self.long_description = f.read()
|
||||
self.long_description_content_type = 'text/x-rst'
|
||||
self.author = 'Thomas S Hatch'
|
||||
|
|
Loading…
Add table
Reference in a new issue