File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,13 @@ You can look at the [full
313313check] ( https://github.com/ipython/ipython/blob/6a3e2db0c299dc05e636653c4a43d0aa756fb1c8/setup.py#L23-L58 )
314314that attempt to detect which version of pip is in used.
315315
316+ ## Upload with Twine.
317+
318+ You _ must_ upload your package with `` twine `` and NOT with `` setup.py upload `` .
319+ If you have an old version of setuptools or `` distutils `` , even if
320+ `` python_requires `` is set, metadata may not be uploaded correctyl. See [ This
321+ issue] ( https://github.com/pypa/warehouse/issues/3889 ) on PyPI repository
322+
316323## Fix dependant libraries
317324
318325If you control dependant packages, Make sure to include conditional dependencies
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ $(document).ready(function (){
261261 var groups = new vis . DataSet ( ) ;
262262 var g = 0 ;
263263 var i = 0 ;
264- for ( var gname in data ) {
264+ for ( var gname in data ) {
265265 g ++ ;
266266 groups . add ( { id : g , content : gname } ) ;
267267 gr = data [ gname ] ;
You can’t perform that action at this time.
0 commit comments