Skip to content

Commit

Permalink
fix name of DNF plugin module
Browse files Browse the repository at this point in the history
  • Loading branch information
pspacek committed Dec 9, 2014
1 parent 3c5674a commit 8d3b056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etckeeper-dnf/etckeeper.py
Expand Up @@ -35,5 +35,5 @@ def transaction(self):
if __name__ == "__main__":
from distutils.core import setup
setup(name="dnf-etckeeper",
packages=["dnf.plugin"],
package_dir={"dnf.plugin":"etckeeper-dnf"})
packages=["dnf-plugins"],
package_dir={"dnf-plugins":"etckeeper-dnf"})

0 comments on commit 8d3b056

Please sign in to comment.