diff --git a/.gitignore b/.gitignore index 6e41acb..70a4672 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ docs/_build/ # Editor files tags +.idea # virtualenvs venv* diff --git a/README-pypi.rst b/README-pypi.rst index 63e7d4e..7a43836 100644 --- a/README-pypi.rst +++ b/README-pypi.rst @@ -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`_ diff --git a/setup.cfg b/setup.cfg index 327bb3b..8d51b3b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -82,6 +78,7 @@ install_requires = include_package_data = True packages = find: + [options.package_data] green = VERSION, shell_completion.sh