Codebase list python-procrunner / a44b23b
Tests pass on pypy Markus Gerstel 5 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3535 'Programming Language :: Python :: 3.4',
3636 'Programming Language :: Python :: 3.5',
3737 'Programming Language :: Python :: 3.6',
38 'Topic :: Software Development :: Libraries :: Python Modules'
38 'Programming Language :: Python :: Implementation :: PyPy',
39 'Programming Language :: Python :: Implementation :: CPython',
40 'Topic :: Software Development :: Libraries :: Python Modules',
3941 ],
4042 description="Versatile utility function to run external processes",
4143 install_requires=requirements,