Commit 721f3924 authored by Martin Geisler's avatar Martin Geisler

Fixed capitalization of "Bitbucket"

Bitbucket is normally spelled with exactly one capital "b".
parent e221bdf3
...@@ -58,7 +58,7 @@ Who is invited to contribute? Who is excluded? ...@@ -58,7 +58,7 @@ Who is invited to contribute? Who is excluded?
While we've worked privately to initiate this merge due to the potential sensitivity of the topic, no one is excluded from this effort. We invite all members of the community, especially those most familiar with Python packaging and its challenges to join us in the effort. While we've worked privately to initiate this merge due to the potential sensitivity of the topic, no one is excluded from this effort. We invite all members of the community, especially those most familiar with Python packaging and its challenges to join us in the effort.
We have lots of ideas for how we'd like to improve the codebase, release process, everything. Like distribute, the post-merge setuptools will have its source hosted on bitbucket. (So if you're currently a distribute contributor, about the only thing that's going to change is the URL of the repository you follow.) Also like distribute, it'll support Python 3, and hopefully we'll soon merge Vinay Sajip's patches to make it run on Python 3 without needing 2to3 to be run on the code first. We have lots of ideas for how we'd like to improve the codebase, release process, everything. Like distribute, the post-merge setuptools will have its source hosted on Bitbucket. (So if you're currently a distribute contributor, about the only thing that's going to change is the URL of the repository you follow.) Also like distribute, it'll support Python 3, and hopefully we'll soon merge Vinay Sajip's patches to make it run on Python 3 without needing 2to3 to be run on the code first.
While we've worked privately to initiate this merge due to the potential sensitivity of the topic, no one is excluded from this effort. We invite all members of the community, especially those most familiar with Python packaging and its challenges to join us in the effort. While we've worked privately to initiate this merge due to the potential sensitivity of the topic, no one is excluded from this effort. We invite all members of the community, especially those most familiar with Python packaging and its challenges to join us in the effort.
......
...@@ -10,7 +10,7 @@ module. The script does some checks (some interactive) and fully automates ...@@ -10,7 +10,7 @@ module. The script does some checks (some interactive) and fully automates
the release process. the release process.
A Setuptools release manager must have maintainer access on PyPI to the A Setuptools release manager must have maintainer access on PyPI to the
project and administrative access to the BitBucket project. project and administrative access to the Bitbucket project.
To make a release, run the following from a Mercurial checkout at the To make a release, run the following from a Mercurial checkout at the
revision slated for release:: revision slated for release::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment