Skip to content

Commit f626f4c

Browse files
wluptonmbj4668
authored andcommitted
Add transforms to the distribution
1 parent 8469dbe commit f626f4c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pyang/transforms/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""Package pyang.transforms: transform plugins for YANG.
2+
3+
Modules:
4+
5+
* edit: YANG edit transform plugin
6+
7+
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run_commands(self):
8484
keywords='YANG validator',
8585
distclass=PyangDist,
8686
scripts=script_files,
87-
packages=['pyang', 'pyang.plugins', 'pyang.translators'],
87+
packages=['pyang', 'pyang.plugins', 'pyang.translators', 'pyang.transforms'],
8888
data_files=[
8989
('share/man/man1', man1),
9090
('share/yang/modules/iana', modules_iana),

0 commit comments

Comments
 (0)