diff --git a/LICENSE.md b/LICENSE similarity index 96% rename from LICENSE.md rename to LICENSE index 5a2171a..2c49b46 100644 --- a/LICENSE.md +++ b/LICENSE @@ -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 diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md diff --git a/audiobooker/utils/__init__.py b/audiobooker/utils.py similarity index 100% rename from audiobooker/utils/__init__.py rename to audiobooker/utils.py diff --git a/setup.py b/setup.py index 542a9e9..bbddb4a 100644 --- a/setup.py +++ b/setup.py @@ -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',