Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
v.0.1.0 Release fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rix1337 committed Jul 30, 2023
1 parent c0f8626 commit 47c7cba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ Einfacher Überblick über das eigene Budget

```pip install -U budgeteer```

Hinweise zur manuellen Installation und Einrichtung finden sich im [Wiki](https://github.com/rix1337/BudgeTeer/wiki)!

### Lokaler Build
Benötigt [Node.js](https://nodejs.org/en/download/), [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) und [pip](https://pip.pypa.io/en/stable/installation/):

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
entry_points={
'console_scripts': [
'budgeteer = budgeteer.crawler:start_budgeteer',
'budgeteer = budgeteer.budget:start_budgeteer',
],
},
)

0 comments on commit 47c7cba

Please sign in to comment.