Skip to content

Commit 742a0fd

Browse files
committed
fix: email in setup.py
1 parent ea6d73b commit 742a0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name="PyToyTorch",
55
version="0.1",
66
author="mnicnc404",
7-
author_email="mnicnc404",
7+
author_email="mnicnc404@gmail.com",
88
packages=find_namespace_packages(include=("PyToyTorch.*")),
99
install_requires=[
1010
'numpy',

0 commit comments

Comments
 (0)