Skip to content

Commit

Permalink
fix author metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwwww committed Oct 8, 2022
1 parent 5c72780 commit 38e0082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_property(prop, project):
DESCRIPTION = 'pygmtools provides graph matching solvers in Python API and supports numpy and pytorch backends. ' \
'pygmtools also provides dataset API for standard graph matching benchmarks.'
URL = 'https://pygmtools.readthedocs.io/'
AUTHOR = get_property('__version__', NAME)
AUTHOR = get_property('__author__', NAME)
VERSION = get_property('__version__', NAME)

REQUIRED = [
Expand Down

0 comments on commit 38e0082

Please sign in to comment.