File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -294,9 +294,6 @@ For example, Frob-6.0 could be a meta-package which depends on
294
294
Frob-real-py2 on Python <3.0, and Frob-real-py3 on Python >= 3.4. While
295
295
this approach is _ doable_ this can make imports confusing.
296
296
297
- Moreover, upgrading your package may need the user to explicitly tell pip to
298
- upgrade dependencies as ` pip install -U frob ` will only upgrade the meta-package.
299
-
300
297
## Depend on setuptools
301
298
302
299
You can mark your library as dependent on setuptools greater than 24.3 this
@@ -341,7 +338,7 @@ can also apply to libraries that are only stopping support for 2.6, or even are
341
338
already Python 3 only, but are starting to stop support for earlier versions of
342
339
Python. For example a library releasing a Python 3.4+ only version.
343
340
344
- Python 3.3 was release at the end of end of 2012, and was the first version to
341
+ Python 3.3 was release at the end of 2012, and was the first version to
345
342
support (again) ` u ` as a prefix for Unicode string. It was one of the first
346
343
minor version of Python 3 that saw a majority of single-source project working
347
344
both on Python 2 and Python 3. These are the Project that will likely be
You can’t perform that action at this time.
0 commit comments