Skip to content

Commit

Permalink
Fix issue with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Magán committed Nov 25, 2015
1 parent 56c0104 commit 7e829b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ckanext/oauth2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
# You should have received a copy of the GNU Affero General Public License
# along with OAuth2 CKAN Extension. If not, see <http://www.gnu.org/licenses/>.

__version__ = '0.3.6'
__version__ = '0.3.7'
__description__ = 'OAuth2 support for CKAN'
14 changes: 8 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,19 @@ def rst(filename):
return content


long_description = '\n'.join((
rst('README.md'),
rst('CHANGELOG.rst'),
''
))
# long_description = '\n'.join((
# rst('README.md'),
# rst('CHANGELOG.rst'),
# ''
# ))

setup(
name='ckanext-oauth2',
version=__version__,
description=__description__,
# long_description=long_description,
long_description='''
The OAuth2 extension allows site visitors to login through an OAuth2 server.
''',
keywords='CKAN, OAuth2',
author='Axel Haustant',
author_email='[email protected]',
Expand Down

0 comments on commit 7e829b8

Please sign in to comment.