Skip to content

Commit

Permalink
renamed folders and fixed a inexisted import
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAlessander committed Jun 23, 2021
1 parent 7d4acce commit 870e7a3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def dependencies(file):
setup(
name="smith_the_crawler",
packages=find_packages(exclude=("tests", "examples")),
version="0.0.11-alpha",
version="0.0.12-alpha",
# license="MIT",
classifiers=[
"Programming Language :: Python",
Expand All @@ -30,7 +30,7 @@ def dependencies(file):
description="A webscraper with a sofisticated toolkit to scrap the world",
long_description=long_description,
long_description_content_type="text/markdown",
download_url="https://github.com/VictorAlessander/Smith/archive/refs/tags/v0.0.11-alpha.tar.gz",
download_url="https://github.com/VictorAlessander/Smith/archive/refs/tags/v0.0.12-alpha.tar.gz",
author="Victor Alessander",
author_email="victor.alessander.gr@gmail.com",
url="https://github.com/VictorAlessander/Smith",
Expand Down
2 changes: 1 addition & 1 deletion smith/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .Avaliator import Avaliator
from .avaliator import Avaliator
from .workbook_manager import MyWorkbook
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 870e7a3

Please sign in to comment.