diff --git a/boilerplates-click/requirements.txt b/boilerplates-click/requirements.txt
index ab0c2dc..4d441ba 100644
--- a/boilerplates-click/requirements.txt
+++ b/boilerplates-click/requirements.txt
@@ -1 +1 @@
-Click==7.0
+Click
\ No newline at end of file
diff --git a/boilerplates-click/setup.py b/boilerplates-click/setup.py
index 3bbbfce..124b241 100644
--- a/boilerplates-click/setup.py
+++ b/boilerplates-click/setup.py
@@ -5,12 +5,12 @@ setup(
version='0.0.1',
packages=find_packages(),
include_package_data=True,
- author='Mia von Steinkirch',
+ author='steinkirch',
install_requires=[
'Click',
],
entry_points='''
[console_scripts]
- yourapp=yourapp.yourapp:main
+ src=src.main:main
''',
)
\ No newline at end of file
diff --git a/boilerplates-click/yourapp/yourapp.py b/boilerplates-click/src/yourapp.py
similarity index 100%
rename from boilerplates-click/yourapp/yourapp.py
rename to boilerplates-click/src/yourapp.py
diff --git a/boilerplates-click/tests/__init__.py b/boilerplates-click/tests/__init__.py
deleted file mode 100644
index d2aca59..0000000
--- a/boilerplates-click/tests/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-# -*- coding: utf8 -*-
diff --git a/boilerplates-click/yourapp/__init__.py b/boilerplates-click/yourapp/__init__.py
deleted file mode 100644
index 5f7ce86..0000000
--- a/boilerplates-click/yourapp/__init__.py
+++ /dev/null
@@ -1 +0,0 @@
-#!/usr/bin/env python3
\ No newline at end of file
diff --git a/boilerplates-concurrency/README.md b/boilerplates-concurrency/README.md
index 4634418..7d88148 100644
--- a/boilerplates-concurrency/README.md
+++ b/boilerplates-concurrency/README.md
@@ -2,7 +2,7 @@
-* [Read a detailed explanation on threads and multiprocessing in Python in my book](https://github.com/bt3gl-labs/Book-on-Python-and-Algorithms/blob/master/book/ebook_pdf/book_second_edition.pdf)
+* [Read a detailed explanation on threads and multiprocessing in Python in my book](https://github.com/go-outside-labs/algorithms-book)
diff --git a/boilerplates-security/README.md b/boilerplates-security/README.md
deleted file mode 100644
index 83c055a..0000000
--- a/boilerplates-security/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# Security Examples
-
-This directory contains the source code published in my Medium articles:
-
-
-* [Learn Networking with Pythonโs Socket and Threading Module ๐](https://medium.com/python-for-the-utopian/learning-networking-with-pythons-socket-and-threading-module-30dc77e1fc59).
-* [Understand the SSH Protocol with Python ๐](https://medium.com/python-for-the-utopian/writing-ssh-client-and-server-in-python-b5b330c983d3).
-* [Building a Snifffffing Scanner in Python ๐ฃ](https://medium.com/python-for-the-utopian/building-a-udp-scanner-in-python-84e62947aab7).
diff --git a/boilerplates-tests/setup.py b/boilerplates-tests/setup.py
index 2de9551..4b7241c 100644
--- a/boilerplates-tests/setup.py
+++ b/boilerplates-tests/setup.py
@@ -5,7 +5,7 @@ setup(
version='0.0.1',
packages=find_packages(),
include_package_data=True,
- author='Mia von Steinkirch',
+ author='steinkirch',
install_requires=[
],
entry_points='''
diff --git a/fastapi-location-app/README.md b/fastapi-location-app/README.md
index 0ca3ab2..b31f3f8 100644
--- a/fastapi-location-app/README.md
+++ b/fastapi-location-app/README.md
@@ -1,7 +1,9 @@
# Location API ๐บ
-Location API built with FastAPI. [Deployed in Vercel](https://choices-location-api.vercel.app/).
+Location API built with FastAPI.
+
+
## Endpoint /location
diff --git a/talks-I-gave/WWCode - Python 2 to 3_ What you need to know .pdf b/small-projects/WWCode - Python 2 to 3_ What you need to know .pdf
similarity index 100%
rename from talks-I-gave/WWCode - Python 2 to 3_ What you need to know .pdf
rename to small-projects/WWCode - Python 2 to 3_ What you need to know .pdf
diff --git a/small-projects/enconding-decimals/setup.py b/small-projects/enconding-decimals/setup.py
index cb63b9f..70a4768 100644
--- a/small-projects/enconding-decimals/setup.py
+++ b/small-projects/enconding-decimals/setup.py
@@ -5,7 +5,7 @@ setup(
version='0.0.1',
packages=find_packages(),
include_package_data=True,
- author='Mia von Steinkirch',
+ author='steinkirch',
install_requires=[
],
entry_points='''
diff --git a/small-projects/magic-pen/setup.py b/small-projects/magic-pen/setup.py
index e0abfb9..48095a3 100644
--- a/small-projects/magic-pen/setup.py
+++ b/small-projects/magic-pen/setup.py
@@ -5,7 +5,7 @@ setup(
version='0.0.1',
packages=find_packages(),
include_package_data=True,
- author='Mia von Steinkirch',
+ author='steinkirch',
entry_points='''
[console_scripts]
epen=src.main:main
diff --git a/small-projects/medium/README.md b/small-projects/medium/README.md
deleted file mode 100644
index 36ee454..0000000
--- a/small-projects/medium/README.md
+++ /dev/null
@@ -1 +0,0 @@
-## Parsing medium posts
diff --git a/small-projects/other-puzzles/README.md b/small-projects/other-puzzles/README.md
index e1fb4c4..9650cb9 100644
--- a/small-projects/other-puzzles/README.md
+++ b/small-projects/other-puzzles/README.md
@@ -2,7 +2,7 @@
```
chmod a+x
-./
+./
```
or