[py-svn] r63214 - py/trunk

hpk at codespeak.net hpk at codespeak.net
Mon Mar 23 01:38:17 CET 2009


Author: hpk
Date: Mon Mar 23 01:38:17 2009
New Revision: 63214

Modified:
   py/trunk/setup.py
Log:
re-gen setup.py with up-to-date list of files. 



Modified: py/trunk/setup.py
==============================================================================
--- py/trunk/setup.py	(original)
+++ py/trunk/setup.py	Mon Mar 23 01:38:17 2009
@@ -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 @@
 
 - `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 @@
                                           '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 @@
                   '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',
@@ -122,6 +122,13 @@
                   'py.xmlobj.testing'],
         package_data={'py': ['',
                              '',
+                             '',
+                             '',
+                             '',
+                             '',
+                             '',
+                             '',
+                             '',
                              'LICENSE',
                              'bin/_findpy.py',
                              'bin/_genscripts.py',
@@ -169,12 +176,6 @@
                              '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 @@
                              '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 @@
 
 if __name__ == '__main__':
     main()
-        
+        
\ No newline at end of file



More information about the pytest-commit mailing list