Skip to content

Commit e72784a

Browse files
committed
-
1 parent 1a09b92 commit e72784a

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

README.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,3 @@ installed automatically with the Python Toolbox.
6969
When `python_toolbox` isn't installed, you may run `nosetests` at the repo root
7070
to run the tests.
7171

72-
# Current state #
73-
74-
The Python Toolbox is at version 0.6.0, which is an alpha release. At this experimental stage of the project, backward compatibility will _not_ be maintained.
75-

setup.py

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,25 +100,36 @@ def get_packages():
100100
101101
CI server: https://jenkins.shiningpanda.com/python-toolbox/job/python_toolbox/
102102
103+
104+
Tests
105+
=====
106+
107+
Test can be run by running the ``_test_python_toolbox.py`` script that's
108+
installed automatically with the Python Toolbox.
109+
110+
When ``python_toolbox`` isn't installed, you may run ``nosetests`` at the repo
111+
root to run the tests.
112+
113+
103114
Roadmap
104115
=======
105116
106117
Present
107118
-------
108119
109-
Python Toolbox is at version 0.6.0, which is an alpha release. It's being used in production every day, but backward compatibility isn't guaranteed yet.
120+
Python Toolbox is at version 0.6.0, which is an alpha release. It's being used\
121+
in production every day, but backward compatibility isn't guaranteed yet.
110122
111123
Next tasks
112124
----------
113125
114-
Making Python Toolbox support Python 3.x, and the packaging arrangements necessary.
115-
116126
Adding more useful tools.
117127
118128
Future
119129
------
120130
121131
Make a 1.0 release and start maintaining backward compatibility.
132+
122133
'''
123134

124135
my_classifiers = [

0 commit comments

Comments
 (0)