mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
Fixed small bug in setup.py.
We have removed the config.userconfig directory.
This commit is contained in:
parent
e10677aaff
commit
cf5972e4aa
@ -104,7 +104,6 @@ def find_packages():
|
||||
"""
|
||||
packages = ['IPython']
|
||||
add_package(packages, 'config', tests=True)
|
||||
add_package(packages, 'config.userconfig')
|
||||
add_package(packages, 'core', tests=True)
|
||||
add_package(packages, 'deathrow', tests=True)
|
||||
add_package(packages , 'extensions')
|
||||
|
Loading…
x
Reference in New Issue
Block a user