remove magic directories from install
--HG-- branch : trunk
This commit is contained in:
parent
e0e9953be2
commit
130046d245
4
setup.py
4
setup.py
|
@ -74,8 +74,6 @@ def main():
|
||||||
'py.io.testing',
|
'py.io.testing',
|
||||||
'py.log',
|
'py.log',
|
||||||
'py.log.testing',
|
'py.log.testing',
|
||||||
'py.magic',
|
|
||||||
'py.magic.testing',
|
|
||||||
'py.path',
|
'py.path',
|
||||||
'py.path.gateway',
|
'py.path.gateway',
|
||||||
'py.path.testing',
|
'py.path.testing',
|
||||||
|
@ -138,4 +136,4 @@ def main():
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue