Skip to content

Commit

Permalink
Update python versions in setup.py. Remove non working badges prepare…
Browse files Browse the repository at this point in the history
… 1.0b12
  • Loading branch information
rnixx committed May 28, 2020
1 parent 6e7ecd1 commit dd5600f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
History
=======

1.0b12 (unreleased)
1.0b12 (2020-05-28)
-------------------

- Make sure ``LDAPPrincipals._login_attr`` has a value. This way
Expand Down
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
:alt: Latest stable release on PyPI
:target: https://pypi.org/project/node.ext.ldap/

.. image:: https://img.shields.io/pypi/pyversions/node.ext.ldap
:alt: Supported Python versions

.. image:: https://img.shields.io/pypi/wheel/node.ext.ldap
:alt: Wheel support`


Overview
========
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read_file(name):
return f.read()


version = '1.0b12.dev0'
version = '1.0b12'
shortdesc = 'LDAP/AD convenience with Node-trees based on python-ldap'
longdesc = '\n\n'.join([read_file(name) for name in [
'README.rst',
Expand All @@ -33,9 +33,9 @@ def read_file(name):
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python',
'Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP',
],
Expand Down

0 comments on commit dd5600f

Please sign in to comment.