Skip to content

Commit

Permalink
#13 Remove Conan as Python Framework
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Feb 1, 2018
1 parent f74fd39 commit 6a0b352
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 6a0b352

Please sign in to comment.