Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
python version
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Apr 20, 2019
1 parent 139ea56 commit 88fd05a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ further defined and clarified by project maintainers.
### Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All
reported by contacting the project team at [email protected] . All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project-urls =
ProjectBlog = https://tubone-project24.xyz/index.php/work/ebook_homebrew/
author = tubone24
author_email = [email protected]
keywords = ebook, rename, pdf
keywords = ebook, rename, pdf, rest
license = MIT
license-file = LICENSE
platform = any
Expand All @@ -20,6 +20,7 @@ classifiers =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development :: Libraries :: Python Modules

[options]
Expand All @@ -46,7 +47,7 @@ tests_require =
pytest-pep8==1.0.6
coverage==4.5.2
codecov==2.0.15
python_requires = >= 3.5
python_requires = >= 3.6
test_suite = tests

[options.extras_require]
Expand Down

0 comments on commit 88fd05a

Please sign in to comment.