Skip to content

Commit

Permalink
Minor cleanup of readme and comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sodul committed May 6, 2023
1 parent d93775b commit ea21e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ docs/_build/

# Editor files
tags
.idea

# virtualenvs
venv*
Expand Down
2 changes: 1 addition & 1 deletion README-pypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Features
- **Descriptive** - Multiple verbosity levels, from just dots to full docstring output.
- **Convenient** - Bash-completion and ZSH-completion of options and test targets.
- **Thorough** - Built-in integration with `coverage`_
- **Modern** - Supports Python 3.5+. Additionally, `PyPy` is supported on a best-effort basis.
- **Modern** - Supports Python 3.6+. Additionally, `PyPy` is supported on a best-effort basis.
- **Portable** - macOS, Linux, and BSDs are fully supported. Windows is supported on a best-effort basis.
- **Living** - This project grows and changes. See the `changelog`_

Expand Down
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,8 @@ keywords =
interface, keyword, penetration, retesting, risk, based,
scalability, soak, volume, vulnerability



test_suite='green.test'

# TODO: find a way to get $version to work here.
# download_url = https://github.com/CleanCut/green/tarball/$version

[options]
python_requires = >=3.6
Expand All @@ -82,6 +78,7 @@ install_requires =
include_package_data = True
packages = find:


[options.package_data]
green = VERSION, shell_completion.sh

Expand Down

0 comments on commit ea21e3a

Please sign in to comment.