Skip to content

Commit

Permalink
remove make file and .toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamirmasoud committed Mar 25, 2022
1 parent a62ac17 commit cca7f8f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,5 @@ cython_debug/
# Custom Folders

# mac files
.DS_Store
.DS_Store
Makefile
4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

20 changes: 0 additions & 20 deletions pyproject.toml

This file was deleted.

2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
install_requires=[
"boto3==1.21.26",
"tqdm",
"black",
"isort",
],
keywords=["boto", "s3", "parallel", "bulk"],
# TODO: add classifiers
Expand Down

0 comments on commit cca7f8f

Please sign in to comment.