Skip to content

Commit d7878f8

Browse files
committed
add missing setup.py fields
1 parent d3a4b15 commit d7878f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ def install_for_development(self):
202202
version=version_ns['__version__'],
203203
libraries=[libad3],
204204
author="Vlad Niculae",
205+
author_email="vlad@vene.ro",
206+
url="https://github.com/deep-spin/lp-sparsemap",
205207
packages=find_packages(),
206208
install_requires=["numpy>=1.14.6"],
207209
extras_require={'torch': 'torch>=1.8.1'},

0 commit comments

Comments
 (0)