diff options
Diffstat (limited to 'docs/roadmap.txt')
-rw-r--r-- | docs/roadmap.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/roadmap.txt b/docs/roadmap.txt new file mode 100644 index 00000000..44bcdb0f --- /dev/null +++ b/docs/roadmap.txt @@ -0,0 +1,14 @@ +======= +Roadmap +======= + +Setuptools has merged with Distribute and to provide a unified codebase for +ongoing development. + +This new effort will draw from the resources of both projects to leverage +community contribution for ongoing advancement but also maintain stability +for the user base. + +An initial release of Setuptools 0.7 will attempt to be compatible both with +Setuptools 0.6c11 and Distribute 0.6.36. Where compatibility cannot be +achieved, the changes should be well-documented. |