We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a946cf commit 576fde3Copy full SHA for 576fde3
setup.py
@@ -22,7 +22,7 @@ def read(fname):
22
maintainer_email="yuki.liu@utexas.edu",
23
license="MIT",
24
url="https://github.com/EngineeringSoftware/inlinetest",
25
- description="A simple plugin to use with pytest",
+ description="A pytest plugin for writing inline tests.",
26
long_description=read("README.md"),
27
packages=find_packages(where="src"),
28
package_dir={"": "src"},
0 commit comments