Metadata-Version: 2.1
Name: semres-jerivas
Version: 3.3.0
Summary: Dummy package to test semantic releases
Home-page: https://github.com/jerivas/semres-jerivas
Author: Ed Rivas
Author-email: ed@unplug.studio
Maintainer: Ed Rivas
Maintainer-email: ed@unplug.studio
License: MIT
Project-URL: Source, https://github.com/jerivas/semres-jerivas
Project-URL: Tracker, https://github.com/jerivas/semres-jerivas/issues
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5*,>=2.7
Description-Content-Type: text/markdown
Requires-Dist: django (>=1.11)
Provides-Extra: testing
Requires-Dist: flake8 (<4,>=3) ; extra == 'testing'
Requires-Dist: pytest (<6,>=4.0.0) ; extra == 'testing'

# Test for semantic release and PyPI

[![PyPI version](https://badge.fury.io/py/semres-jerivas.svg)](https://pypi.org/project/semres-jerivas/)
[![Workflow status](https://github.com/jerivas/semres-jerivas/workflows/Test%20and%20release/badge.svg)](https://github.com/jerivas/semres-jerivas/actions?query=workflow%3A%22Test+and+release%22)

- Based on [semantic-release](https://github.com/semantic-release/semantic-release)
- Automatically produces PyPI releases following [semantic versioning](http://semver.org/)
- Supports Alpha, Beta, and RC releases on PyPI
- Testing and releasing completely automated and handled by GitHub actions


