Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
taotao54321 committed Jan 26, 2017
1 parent 8a936de commit 9290942
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions source/distributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,12 +274,6 @@ packages
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),


It's required to list the :term:`packages <Import Package>` to be included
in your project. Although they can be listed manually,
``setuptools.find_packages`` finds them automatically. Use the ``exclude``
keyword argument to omit packages that are not intended to be released and
installed.

プロジェクトに含まれる :term:`パッケージ <Import Package>` のリストを
得るために必要となる。手動でリストを書いてもよいが、
``setuptools.find_packages`` を使うと自動で探してくれる。 ``exclude``
Expand Down Expand Up @@ -463,9 +457,6 @@ Semantic versioning (推奨)
づく versioning scheme を推奨する。ただし、プレリリースとビルドメタ
データを扱う際は異なるアプローチが採用されている。

The essence of semantic versioning is a 3-part MAJOR.MINOR.MAINTENANCE numbering scheme,
where the project author increments:

Semantic versioning の本質は MAJOR.MINOR.MAINTENANCE の 3 パートからな
る番号付けであり、プロジェクト作者は以下の場合にそれぞれの番号をインク
リメントする:
Expand Down

0 comments on commit 9290942

Please sign in to comment.