mirror of https://github.com/dirtbags/netarch.git
a few tweaks to include docs for distutils sdist
This commit is contained in:
parent
47d6773546
commit
5422390deb
4
setup.py
4
setup.py
|
@ -19,6 +19,8 @@ setup(
|
||||||
],
|
],
|
||||||
packages=['netarch'],
|
packages=['netarch'],
|
||||||
data_files=[
|
data_files=[
|
||||||
('share/netarch/examples', ['extra/start-here.py']),
|
('share/doc/netarch', ['COPYING', 'CREDITS', 'README']),
|
||||||
|
('share/doc/netarch/examples', ['extra/start-here.py']),
|
||||||
|
('share/man/man3', ['doc/netarch.3']),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue