Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
mercurial_keyring
Commits
4f3e41de6885
Commit
e342f133
authored
Nov 11, 2019
by
Marcin Kasperski
Browse files
History entry, compatibility decl.
parent
79f687aae731
Changes
2
Hide whitespace changes
Inline
Side-by-side
HISTORY.txt
View file @
4f3e41de
1.3.0
~~~~~~~~~~~~
#33 Python3-based Mercurial installs are supported and should work -
including sharing passwords with Python2 installations.
Note: remember about installing proper keyring backend dependencies
under py3 (like python-dbus). Those aren't shared!
1.2.1
1.2.1
~~~~~~~~~~~~
~~~~~~~~~~~~
...
...
setup.py
View file @
4f3e41de
...
@@ -29,6 +29,8 @@ setup(
...
@@ -29,6 +29,8 @@ setup(
'Intended Audience :: Developers'
,
'Intended Audience :: Developers'
,
'License :: DFSG approved'
,
'License :: DFSG approved'
,
'License :: OSI Approved :: BSD License'
,
'License :: OSI Approved :: BSD License'
,
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 3'
,
'Operating System :: OS Independent'
,
'Operating System :: OS Independent'
,
'Topic :: Software Development :: Libraries'
,
'Topic :: Software Development :: Libraries'
,
'Topic :: Software Development :: Libraries :: Python Modules'
,
'Topic :: Software Development :: Libraries :: Python Modules'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment