[svn r63214] re-gen setup.py with up-to-date list of files.
--HG-- branch : trunk
This commit is contained in:
parent
4f6539cc57
commit
7e2ffb61e8
30
setup.py
30
setup.py
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
setup file for 'py' package based on:
|
||||
|
||||
https://codespeak.net/svn/py/trunk, revision=63163
|
||||
https://codespeak.net/svn/py/trunk, revision=63208
|
||||
|
||||
autogenerated by gensetup.py
|
||||
"""
|
||||
|
@ -18,9 +18,9 @@ interacting with filesystems.
|
|||
|
||||
- `py.test`_: cross-project testing tool with many advanced features
|
||||
- `py.execnet`_: ad-hoc code distribution to SSH, Socket and local sub processes
|
||||
- `py.magic.greenlet`_: micro-threads on standard CPython ("stackless-light") and PyPy
|
||||
- `py.path`_: path abstractions over local and subversion files
|
||||
- `py.code`_: dynamic code compile and traceback printing support
|
||||
- `py.magic.greenlet`_: micro-threads on standard CPython ("stackless-light") and PyPy
|
||||
|
||||
The py lib and its tools should work well on Linux, Win32,
|
||||
OSX, Python versions 2.3-2.6. For questions please go to
|
||||
|
@ -56,7 +56,7 @@ def main():
|
|||
'py.svnwcrevert = py.cmdline:pysvnwcrevert',
|
||||
'py.test = py.cmdline:pytest',
|
||||
'py.which = py.cmdline:pywhich']},
|
||||
classifiers=['Development Status :: 4 - Beta',
|
||||
classifiers=['Development Status :: 3 - Alpha',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Operating System :: POSIX',
|
||||
|
@ -106,8 +106,8 @@ def main():
|
|||
'py.rest',
|
||||
'py.rest.testing',
|
||||
'py.test',
|
||||
'py.test.dsession',
|
||||
'py.test.dsession.testing',
|
||||
'py.test.dist',
|
||||
'py.test.dist.testing',
|
||||
'py.test.looponfail',
|
||||
'py.test.looponfail.testing',
|
||||
'py.test.plugin',
|
||||
|
@ -121,6 +121,13 @@ def main():
|
|||
'py.xmlobj',
|
||||
'py.xmlobj.testing'],
|
||||
package_data={'py': ['',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'LICENSE',
|
||||
'bin/_findpy.py',
|
||||
|
@ -169,12 +176,6 @@ def main():
|
|||
'doc/contact.txt',
|
||||
'doc/download.txt',
|
||||
'doc/draft_pyfs',
|
||||
'doc/example/genhtml.py',
|
||||
'doc/example/genhtmlcss.py',
|
||||
'doc/example/genxml.py',
|
||||
'doc/example/pytest/failure_demo.py',
|
||||
'doc/example/pytest/test_failures.py',
|
||||
'doc/example/pytest/test_setup_flow_example.py',
|
||||
'doc/execnet.txt',
|
||||
'doc/future.txt',
|
||||
'doc/greenlet.txt',
|
||||
|
@ -189,7 +190,12 @@ def main():
|
|||
'doc/release-0.9.2.txt',
|
||||
'doc/style.css',
|
||||
'doc/test-config.txt',
|
||||
'doc/test-dist.txt',
|
||||
'doc/test-examples.txt',
|
||||
'doc/test-ext.txt',
|
||||
'doc/test-features.txt',
|
||||
'doc/test-plugins.txt',
|
||||
'doc/test-quickstart.txt',
|
||||
'doc/test.txt',
|
||||
'doc/why_py.txt',
|
||||
'doc/xml.txt',
|
||||
|
@ -214,4 +220,4 @@ def main():
|
|||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
Loading…
Reference in New Issue