A few small clarifications.
This commit is contained in:
parent
848640dd6b
commit
c9c2592056
|
@ -105,7 +105,7 @@ Specification
|
|||
#. When a module includes a version number, it SHOULD be available in
|
||||
the ``__version__`` attribute on that module.
|
||||
|
||||
#. For modules which are also packages, the module namespace SHOULD
|
||||
#. For modules which are also packages, the module's namespace SHOULD
|
||||
include the ``__version__`` attribute.
|
||||
|
||||
#. For modules which live inside a namespace package, the sub-package
|
||||
|
@ -225,7 +225,7 @@ the version from this file". Something like this might work::
|
|||
[metadata]
|
||||
version-from-file: elle.py
|
||||
|
||||
where ``parse`` means to use a parsing method similar to the above, on
|
||||
A parsing method similar to that described above will be performed on
|
||||
the file named after the colon. The exact recipe for doing this will
|
||||
be discussed in the appropriate distutils2 development forum.
|
||||
|
||||
|
|
Loading…
Reference in New Issue