-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: default log level * update: requirements * version: 0.4.2.dev0 * update: switch to bs4 string arg, text arg deprecated * add: poetry setup * update: demo search script via poetry cli * update: explain demo script with example, add to recent changes * update: rename test script * update: cleanup gitignore * add: switch to poetry for pypi release via gh action * fix: matching license in pyproject * remove: pre-poetry setup files * Bump to version 0.4.2 * update: use closed type only * version: 0.4.3
- Loading branch information
Showing
3 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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "WebSearcher" | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
description = "Tools for conducting, collecting, and parsing web search" | ||
authors = ["Ronald E. Robertson <[email protected]>"] | ||
packages = [{include = "WebSearcher"}] | ||
|