Skip to content

Commit

Permalink
- packahe config cleanup and README beautification
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 4, 2019
1 parent b0ed399 commit 7d7347d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Change Log

2.0b4 (2019-04-04)
------------------
- added ``project_urls`` to the setup so PyPI shows more relevant links

- added project badges to the README, which will show on the GitHub front page

- Fix ZMI Templates and add ZMI icons for Zope 4
(`#36 <https://github.com/zopefoundation/Products.PluggableAuthService/pull/36>`_)

Expand Down
22 changes: 20 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Products.PluggableAuthService README
====================================
Products.PluggableAuthService
=============================

.. image:: https://api.travis-ci.org/zopefoundation/Products.PluggableAuthService.svg?branch=master
:target: https://travis-ci.com/zopefoundation/Products.PluggableAuthService

.. image:: https://coveralls.io/repos/github/zopefoundation/Products.PluggableAuthService/badge.svg
:target: https://coveralls.io/github/zopefoundation/Products.PluggableAuthService

.. image:: https://readthedocs.org/projects/productspluggableauthservice/badge/?version=latest
:target: https://productspluggableauthservice.readthedocs.io/
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/Products.PluggableAuthService.svg
:target: https://pypi.org/project/Products.PluggableAuthService/
:alt: Latest stable release on PyPI

.. image:: https://img.shields.io/pypi/pyversions/Products.PluggableAuthService.svg
:target: https://pypi.org/project/Products.PluggableAuthService/
:alt: Stable release supported Python versions`

This product defines a fully-pluggable user folder, intended for
use in all Zope sites.
Expand Down
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ def _package_doc(name):
author="Zope Foundation and Contributors",
author_email="zope-cmf@zope.org",
url="https://github.com/zopefoundation/Products.PluggableAuthService",
url='https://productspluggableauthservice.readthedocs.io',
project_urls={
'Documentation': 'https://productspluggableauthservice.readthedocs.io',
'Issue Tracker': ('https://github.com/zopefoundation'
'/Products.PluggableAuthService/issues'),
'Sources': ('https://github.com/zopefoundation/'
'Products.PluggableAuthService'),
},
license="ZPL 2.1 (http://www.zope.org/Resources/License/ZPL-2.1)",
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 7d7347d

Please sign in to comment.