Skip to content

Commit

Permalink
Merge pull request #15 from uilianries/13-conan-server-cannot-load-ld…
Browse files Browse the repository at this point in the history
…ap-plugin

#13 Remove Conan as Python Framework
  • Loading branch information
uilianries authored Feb 1, 2018
2 parents f74fd39 + 6a0b352 commit 5b2af9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __get_sudo_gid(self):
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version="0.2.1",
version="0.2.2",

description='LDAP authenticator for Conan C/C++ package manager',

Expand All @@ -93,7 +93,6 @@ def __get_sudo_gid(self):
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Framework :: Conan',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit 5b2af9d

Please sign in to comment.