Skip to content

Commit e00cad8

Browse files
committed
notes on pypi release and git tagging
1 parent 93f6985 commit e00cad8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,12 @@ Todo
105105
Doing a release
106106
---------------
107107

108-
In parent directory on Ian's machine see USE_THIS_FOR_PYPI_RELEASE.txt
108+
In parent directory on Ian's machine see USE_THIS_FOR_PYPI_RELEASE.txt. The short form:
109+
110+
$ # edit setup.py to bump the version number
111+
$ git tag -a v1.0.1 -m 'v1.0.1 release'
112+
$ ianozsvald-twitter-text-python $ python setup.py sdist register upload -r http://pypi.python.org/pypi
113+
$ # this uses ~/.pypirc with cached login details
109114

110115

111116
License

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
setup(
44
name='twitter-text-python',
5-
version='1.0.0.2',
5+
version='1.0.1',
66
description='Twitter Tweet parser and formatter',
7-
long_description="Extract @users, #hashtags and URLs from tweets including entity locations, also generate HTML for output. Visit the github site for full instructions.",
7+
long_description="Extract @users, #hashtags and URLs (and unwind shortened links) from tweets including entity locations, also generate HTML for output. Visit https://github.com/ianozsvald/twitter-text-python for examples.",
88
#open('README.rst').read(),
99
author='Maintained by Ian Ozsvald (originally by Ivo Wetzel)',
1010
author_email='ian@ianozsvald.com',

0 commit comments

Comments
 (0)