Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Mar 25, 2024
1 parent 5df47e9 commit 9d7be1d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) [2019] [JarbasAI]
Copyright (c) 2024 Casimiro Ferreira

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
setup(
name='audiobooker',
version='0.3.1',
packages=['audiobooker', 'audiobooker.scrappers', 'audiobooker.utils'],
packages=['audiobooker', 'audiobooker.scrappers'],
install_requires=["requests", "bs4", "feedparser", "rapidfuzz",
"requests-cache"],
"requests-cache", "site-map-parser"],
url='https://github.com/OpenJarbas/audiobooker',
license='MIT',
author='jarbasAI',
Expand Down

0 comments on commit 9d7be1d

Please sign in to comment.