Skip to content

Commit

Permalink
config fixes and release 1.2.3 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrikanta authored Nov 9, 2021
1 parent 6bbe662 commit 8cb1f44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import os
import io

from setuptools import setup
import setuptools

setup(name='pytest-progress',
setuptools.setup(name='pytest-progress',
version='1.2.3',
description='pytest plugin for instant test progress status',
long_description=io.open('README.rst', encoding='utf-8', errors='ignore').read(),
Expand All @@ -15,15 +15,14 @@
py_modules=['pytest_progress'],
entry_points={'pytest': ['progress = pytest_progress']},
install_requires=['pytest>=3.7'],
packages=setuptools.find_packages(),
keywords='py.test pytest report',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Framework :: Pytest',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX',
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS :: MacOS X',
'Operating System :: OS Independent',
'Topic :: Software Development :: Testing',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit 8cb1f44

Please sign in to comment.