Skip to content

Commit

Permalink
Create pypi configuration (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbocevski authored Feb 20, 2021
1 parent ac27d7a commit a66df02
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
:target: https://github.com/keitaroinc/ckanext-saml2auth/actions

.. image:: https://coveralls.io/repos/github/keitaroinc/ckanext-saml2auth/badge.svg?branch=main
:target: https://coveralls.io/github/keitaroinc/ckanext-saml2auth?branch=main
:target: https://coveralls.io/github/keitaroinc/ckanext-saml2auth?branch=main

.. image:: https://img.shields.io/pypi/v/ckanext-saml2auth
:target: https://pypi.org/project/ckanext-saml2auth

.. image:: https://img.shields.io/badge/python-3.8-blue.svg
:target: https://www.python.org/downloads/release/python-384/
Expand Down
20 changes: 11 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.0.1',
version='1.0.2',

description='''An extension to enable Single Sign On(SSO) for CKAN data portals via SAML2 Authentication.''',
long_description=long_description,
long_description_content_type='text/x-rst',

# The project's main homepage.
url='https://github.com/duskobogdanovski/'\
url='https://github.com/keitaroinc/'\
'ckanext-saml2auth',

# Author details
author='''Keitaro''',
author_email='''dusko.bogdanovski@keitaro.com''',
author='''Keitaro Inc''',
author_email='''info@keitaro.com''',

# Choose your license
license='AGPL',
Expand All @@ -39,20 +39,22 @@
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',

# Pick your license as you wish (should match "license" above)
'License :: OSI Approved :: GNU Affero General Public License v3 or'\
'later (AGPLv3+)',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],


# What does your project relate to?
keywords='''CKAN saml2 sso''',
keywords='''CKAN ckanext saml2 sso''',

# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
Expand Down

0 comments on commit a66df02

Please sign in to comment.