mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Remove mention of iplogger from setup.py
This commit is contained in:
parent
94636f079e
commit
c185202194
4
setup.py
4
setup.py
@ -175,10 +175,6 @@ if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):
|
||||
['docs/man/ipengine.1'],
|
||||
'cd docs/man && gzip -9c ipengine.1 > ipengine.1.gz'),
|
||||
|
||||
('docs/man/iplogger.1.gz',
|
||||
['docs/man/iplogger.1'],
|
||||
'cd docs/man && gzip -9c iplogger.1 > iplogger.1.gz'),
|
||||
|
||||
('docs/man/ipython.1.gz',
|
||||
['docs/man/ipython.1'],
|
||||
'cd docs/man && gzip -9c ipython.1 > ipython.1.gz'),
|
||||
|
Loading…
Reference in New Issue
Block a user