Skip to content

Commit

Permalink
setup: remove the developer note about doing without GNU make (the GN…
Browse files Browse the repository at this point in the history
…U make requirement is about to hurt Peter if he tries to follow this doc, by the way)

add classifiers showing with which versions of Python it is known to work.
  • Loading branch information
zooko committed Oct 21, 2008
1 parent 06b05a8 commit 26dfc33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.html
Expand Up @@ -25,7 +25,7 @@ <h2>Satisfy the Dependencies</h2>
<ol>
<li><a href="http://gcc.gnu.org/">g++</a> &gt;= v3.3 -- the "Cygwin" version of gcc/g++ works for Cygwin and for Windows; the "Mac Developer Tools" version of gcc/g++ works for Mac</li>

<li><a href="http://gnu.org/software/make/">GNU make</a> (DEVELOPER NOTE: Oh boy, we're close to removing this dependency from this document! See http://allmydata.org/trac/tahoe/ticket/505 and http://allmydata.org/trac/tahoe/ticket/506. Note that Tahoe hackers may want to continue to use the Makefile even if it is no longer necessary to build and test and launch Tahoe.)</li>
<li><a href="http://gnu.org/software/make/">GNU make</a></li>

<li><a href="http://python.org">Python</a> &gt;= v2.4.2 including development headers i.e. "Python.h"</li>
</ol>
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -139,15 +139,18 @@ def add_tahoe_paths():
"Intended Audience :: System Administrators",
"Operating System :: Microsoft",
"Operating System :: Microsoft :: Windows",
"Operating System :: Microsoft :: Windows :: Windows NT/2000",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows :: Windows NT/2000",
"Operating System :: OS Independent",
"Natural Language :: English",
"Programming Language :: C",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5",
"Topic :: Utilities",
"Topic :: System :: Systems Administration",
"Topic :: System :: Filesystems",
Expand Down

0 comments on commit 26dfc33

Please sign in to comment.