##// END OF EJS Templates
updates
Matthias Bussonnier -
Show More
@@ -70,7 +70,7 b' install_requires ='
70 jedi>=0.16
70 jedi>=0.16
71 decorator
71 decorator
72 pickleshare
72 pickleshare
73 traitlets>=4.2
73 traitlets>=5
74 prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1
74 prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1
75 pygments
75 pygments
76 backcall
76 backcall
@@ -82,8 +82,6 b' install_requires ='
82
82
83 [options.packages.find]
83 [options.packages.find]
84 exclude =
84 exclude =
85 deathrow
86 quarantine
87 setupext
85 setupext
88
86
89 [options.package_data]
87 [options.package_data]
@@ -179,4 +179,5 b' setup_args["extras_require"] = extras_require'
179 # Do the actual setup now
179 # Do the actual setup now
180 #---------------------------------------------------------------------------
180 #---------------------------------------------------------------------------
181
181
182 setup(**setup_args)
182 if __name__ == "__main__":
183 setup(**setup_args)
General Comments 0
You need to be logged in to leave comments. Login now