Skip to content

Commit b03390c

Browse files
committed
merge
2 parents 7bb050e + 5ec1fda commit b03390c

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
custom: ['https://www.buymeacoffee.com/hackersslackers']

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ $ pipenv update
2727
$ python3 main.py
2828
```
2929

30+
<<<<<<< HEAD
3031
Installation via [Poetry](https://python-poetry.org/):
3132

3233
```shell
@@ -36,6 +37,8 @@ $ poetry install
3637
$ poetry run
3738
```
3839

40+
=======
41+
>>>>>>> 5ec1fda5600620aa22b8d53ad87226fe689b5151
3942
Alternatively, try installing via `setup.py`:
4043

4144
```shell

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
entry_points={
3838
'console_scripts': [
39-
'run = __main__',
39+
'install = main:__main__',
4040
],
4141
},
4242
project_urls={

0 commit comments

Comments
 (0)