File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 0.2.4 (2014-12-13
7+ ------------------
8+
9+ * DOC: README.rst, setup.py: fix pip install editable command, keywords
10+
6110.2.3 (2014-12-13)
712-------------------
13+
814* DOC: README.rst: link to PyPI package
915
10160.2.2 (2014-12-13)
1117-------------------
1218
13- * BLD: Update MANIFEST.in (``exclude tests/data *.bkp ``)
14-
19+ * BLD: MANIFEST.in: ``exclude tests/data *.bkp ``
1520
16210.2.1 (2014-12-13)
1722-------------------
1823
19- * DOC: Update description and trove classifiers
20-
24+ * DOC: README.rst, setup.py: Update description and trove classifiers
2125
22260.2.0 (2014-12-13)
2327---------------------
Original file line number Diff line number Diff line change 1919
2020setup (
2121 name = 'promiumbookmarks' ,
22- version = '0.2.3 ' ,
22+ version = '0.2.4 ' ,
2323 description = (
2424 'promiumbookmarks works with Chrome and Chromium bookmarks JSON.' ),
2525 long_description = readme + '\n \n ' + history ,
3535 install_requires = requirements ,
3636 license = "BSD" ,
3737 zip_safe = False ,
38- keywords = 'promiumbookmarks' ,
38+ keywords = 'promiumbookmarks chrome chromium bookmarks ' ,
3939 classifiers = [
4040 "Programming Language :: Python :: 2" ,
4141 'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments