doc: Fix typo

This commit is contained in:
Takeshi KOMIYA 2018-01-26 01:29:52 +09:00
parent 5cdec60c26
commit 53096a35d8
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ General configuration
.. versionchanged:: 1.3 .. versionchanged:: 1.3
Can now be a list of extensions. Can now be a list of extensions.
.. vesionchanged:: 1.8 .. versionchanged:: 1.8
Support file type mapping Support file type mapping
.. confval:: source_encoding .. confval:: source_encoding

View File

@ -214,7 +214,7 @@ setup(
'Topic :: Utilities', 'Topic :: Utilities',
], ],
platforms='any', platforms='any',
packages=find_packages(exclude=['tests']), packages=find_packages(exclude=['tests', 'utils']),
include_package_data=True, include_package_data=True,
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [