Skip to content

Commit 93f6985

Browse files
committed
minor
1 parent f80d89c commit 93f6985

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ twitter-text-python
33

44
**twitter-text-python** is a Tweet parser and formatter for Python. Extract users, hashtags, URLs and format as HTML for display.
55

6-
It is based on twitter-text-java_ and passes all the unittests of
7-
twitter-text-conformance_ plus some additional ones.
6+
It is based on twitter-text-java_ and did pass all the unittests of
7+
twitter-text-conformance_ plus some additional ones. Note that the conformance tests are now behind (easy PR for someone to work on: https://github.com/ianozsvald/twitter-text-python/issues/5 ):
88

99
.. _twitter-text-java: http://github.com/mzsanford/twitter-text-java
1010
.. _twitter-text-conformance: http://github.com/mzsanford/twitter-text-conformance
@@ -69,7 +69,7 @@ Changelog
6969
---------
7070

7171
* 2013/2/11 1.0.0.2 released to PyPI
72-
* 2013/4/? 1.0.1 new working version, adding comma parse fix (thanks https://github.com/muckrack)
72+
* 2013/6/1 1.0.1 new working version, adding comma parse fix (thanks https://github.com/muckrack), used autopep8 to clean the src, added a shortlink expander
7373

7474

7575
Tests
@@ -102,6 +102,12 @@ Todo
102102
* Make it 1 line to parse and get a results dict via __init__.py
103103
* Tag the next release
104104

105+
Doing a release
106+
---------------
107+
108+
In parent directory on Ian's machine see USE_THIS_FOR_PYPI_RELEASE.txt
109+
110+
105111
License
106112
-------
107113

0 commit comments

Comments
 (0)