Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyiusuen committed Aug 27, 2021
1 parent 874c81f commit a706c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install-dev:
pre-commit autoupdate

# Set up virtual environment
.PHONY: venv
venv:
python3 -m venv venv
source venv/bin/activate && \
Expand Down Expand Up @@ -61,4 +62,4 @@ clean:
find . | grep -E ".ipynb_checkpoints" | xargs rm -rf
find . -type f -name ".coverage*" -ls -delete
rm -rf htmlcov
rm -rf .mypy_cache
rm -rf .mypy_cache
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,4 @@
extras_require={
"dev": dev_packages,
},
entry_points={
"console_scripts": [
"image-to-latex = cli.app:app",
],
},
)

0 comments on commit a706c4a

Please sign in to comment.