Skip to content

Commit 0a754fb

Browse files
author
mseitzer
committed
Remove invalid email address from setup.py which prevented upload to pypi
1 parent 5d0a837 commit 0a754fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def get_version(rel_path):
2424
name='pytorch-fid',
2525
version=get_version(os.path.join('src', 'pytorch_fid', '__init__.py')),
2626
author='Max Seitzer',
27-
author_email='[email protected]',
2827
description=('Package for calculating Frechet Inception Distance (FID)'
2928
' using PyTorch'),
3029
long_description=read('README.md'),

0 commit comments

Comments
 (0)