Skip to content

Commit

Permalink
setup author email #488
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Nov 6, 2023
1 parent 1b295a6 commit 979a715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_requirements(filenames):
'for text objects with entity-linking (EL) API support',
url='https://github.com/nicolay-r/AREkit',
author='Nicolay Rusnachenko',
author_email='???',
author_email='[email protected]',
license='MIT License',
classifiers=[
'Programming Language :: Python',
Expand All @@ -33,4 +33,4 @@ def get_requirements(filenames):
install_requires=get_requirements([
'dependencies.txt',
'arekit/contrib/utils/dependencies.txt']),
)
)

0 comments on commit 979a715

Please sign in to comment.