forked from QubesOS/qubes-mgmt-salt-base-overrides
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move salt patches out of qubes module
- Loading branch information
Showing
6 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
|
||
from distutils.core import setup | ||
|
||
setup(name = 'qubes.mgmt.patches', | ||
setup(name = 'qubessaltpatches', | ||
version = '1.0', | ||
author = 'Jason Mehring', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/nrgaway/qubes-mgmt-salt-base-overrides', | ||
packages = ['qubes', 'qubes.mgmt', 'qubes.mgmt.patches'], | ||
packages = ['qubessaltpatches'], | ||
package_dir = {'': 'src'}, | ||
license ='LICENSE', | ||
description = 'Custom modules to override existing Salt modules ' \ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.