mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Code block start comment typo
This commit is contained in:
parent
e166f006a7
commit
71cc779309
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -643,7 +643,8 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
modules.append(os.path.relpath(root, SETUP_DIRNAME).replace(os.sep, '.'))
|
||||
return modules
|
||||
|
||||
# ----- Static Data ---------------------------------------------------------------------------------------------
|
||||
# ----- Static Data -------------------------------------------------------------------------------------------->
|
||||
Static
|
||||
@property
|
||||
def _property_classifiers(self):
|
||||
return ['Programming Language :: Python',
|
||||
|
|
Loading…
Add table
Reference in a new issue