Skip to content

Commit 963081c

Browse files
committed
update pre-commits and setup
1 parent 81b1718 commit 963081c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
from setuptools import find_packages, setup
44

5-
packages_to_install = ["setuptools", "wheel", "boto3"]
5+
packages_to_install = ["setuptools",
6+
"wheel",
7+
"boto3"]
68

79
setup(
8-
name="build_pre_commit_hooks",
10+
name="build_pre_commit",
911
version="0.1",
10-
url="",
12+
url="anthonypernia.com",
1113
license="",
1214
author="Anthony Pernia",
1315
author_email="anthonyperniah@gmail.com",

0 commit comments

Comments
 (0)