Skip to content

Commit

Permalink
update poetry config file and add contributors section
Browse files Browse the repository at this point in the history
  • Loading branch information
Audiosutras committed Nov 16, 2023
1 parent 0c77d9c commit a4860a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions READMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,7 @@ Style guide and code check enforced with [pre-commit](https://pre-commit.com/)
```
(getdat-py3.11) -> pre-commit install
```
## Contributors
![GitHub Contributors Image](https://contrib.rocks/image?repo=Audiosutras/getdat)
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
name = "getdat"
version = "0.1.0"
description = "A command line utility for getting resources available online"
documentation = "https://github.com/Audiosutras/getdat/docs"
homepage = "https://audiosutras.github.io/getdat/"
documentation = "https://audiosutras.github.io/getdat/"
repository = "https://github.com/Audiosutras/getdat"
keywords = ["cli", "books", "movies", "episodes", "anna's archive", "movie-web"]
keywords = ["cli", "books", "movies", "episodes", "anna's archive", "movie-web", "web scraper"]
authors = ["Christopher Dixon <christopher.snipes.dixon@gmail.com>"]
readme = "READMe.md"
packages = [{include = "getdat", from = "src"}]
Expand Down

0 comments on commit a4860a0

Please sign in to comment.