This repository has been archived by the owner on Dec 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] | ||
|
@@ -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] | ||
|