##// END OF EJS Templates
Renaming README, so heptapod recognizes it
Marcin Kasperski -
r282:21425e89 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 -syntax: regexp
1 syntax: regexp
2
2
3 \.pyc$
3 \.pyc$
4 \.pyo$
4 \.pyo$
@@ -9,4 +9,8 b''
9 ^build/
9 ^build/
10 ^dist/
10 ^dist/
11 ^mercurial_keyring\.egg-info/
11 ^mercurial_keyring\.egg-info/
12 ^README\.html No newline at end of file
12 ^README\.html
13
14 syntax: glob
15
16 .idea No newline at end of file
1 NO CONTENT: file renamed from HISTORY.txt to HISTORY.rst
NO CONTENT: file renamed from HISTORY.txt to HISTORY.rst
@@ -1,10 +1,15 b''
1
1
2 To test in devel virtual environment:
2 Running development version
3 ================================
3
4
4 pip install Mercurial==…
5 To examine in development virtual environment:
6
7 pip install Mercurial==«X-Y-Z»
8 pip install dbus-python
5 pip install keyring
9 pip install keyring
6 pip install dbus-python
7
10
8 (then install meu and keyring, and possibly other necessary extensions)
11 then install ``mercurial_extension_utils`` and ``mercurial_keyring`` (possibly by
12 ``pip --edit``).
9
13
10 dbus-python makes some Linux backends available.
14 Note that ``dbus-python`` is not enforced by dependencies but it's presence makes
15 various Linux backends available.
@@ -1,4 +1,4 b''
1 .. -*- mode: rst; compile-command: "rst2html README.txt README.html" -*-
1 .. -*- mode: rst; compile-command: "rst2html README.rst README.html" -*-
2
2
3 =======================================================
3 =======================================================
4 Mercurial Keyring
4 Mercurial Keyring
@@ -396,7 +396,7 b' keyring`` and looking for binary package'
396 History
396 History
397 =======================================================
397 =======================================================
398
398
399 See `HISTORY.txt`_.
399 See `HISTORY.rst`_.
400
400
401 Development
401 Development
402 =======================================================
402 =======================================================
@@ -415,7 +415,7 b' Check also `other Mercurial extensions I'
415
415
416 .. _other Mercurial extensions I wrote: http://mekk.bitbucket.io/mercurial.html
416 .. _other Mercurial extensions I wrote: http://mekk.bitbucket.io/mercurial.html
417
417
418 .. _HISTORY.txt: http://bitbucket.org/Mekk/mercurial_keyring/src/tip/HISTORY.txt
418 .. _HISTORY.rst: http://bitbucket.org/Mekk/mercurial_keyring/src/tip/HISTORY.rst
419 .. _TortoiseHg: http://tortoisehg.bitbucket.org/
419 .. _TortoiseHg: http://tortoisehg.bitbucket.org/
420 .. _Mercurial: http://mercurial.selenic.com
420 .. _Mercurial: http://mercurial.selenic.com
421 .. _mercurial_extension_utils: https://bitbucket.org/Mekk/mercurial-extension_utils/
421 .. _mercurial_extension_utils: https://bitbucket.org/Mekk/mercurial-extension_utils/
@@ -27,7 +27,7 b''
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 #
29 #
30 # See README.txt for more details.
30 # See README.rst for more details.
31
31
32 '''securely save HTTP and SMTP passwords to encrypted storage
32 '''securely save HTTP and SMTP passwords to encrypted storage
33
33
@@ -3,7 +3,7 b''
3 from setuptools import setup
3 from setuptools import setup
4
4
5 VERSION = '1.3.0'
5 VERSION = '1.3.0'
6 LONG_DESCRIPTION = open("README.txt").read()
6 LONG_DESCRIPTION = open("README.rst").read()
7
7
8 setup(
8 setup(
9 name="mercurial_keyring",
9 name="mercurial_keyring",
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now