votchallenge / toolkit

The official VOT Challenge evaluation and analysis toolkit
http://www.votchallenge.net/
GNU General Public License v3.0
155 stars 43 forks source link

setup -- augment name #14

Closed zhanglichao closed 4 years ago

zhanglichao commented 4 years ago

Python 3.7.6 is installed in my computer (as required >3.6) But it seems that there are some augment names are not corresponding for the setup function from distutils.core, as in the setup.py file. E.g. 'long_description_content_type', 'install_requires', 'python_requires', 'entry_points'. While I didn't find in the python docs either.

Maybe something I missed. Hope someone help me find the answer!

best, Lichao

lukacu commented 4 years ago

As far as I know, some of these flags are pypi extensions, do you get a warning or an error?

zhanglichao commented 4 years ago

Hi Luka,

Now I solved it by running the one line command pip … git+.. which works for me. Tt is very easy for configuration.

Thanks! Lichao

发送自 Windows 10 版邮件https://go.microsoft.com/fwlink/?LinkId=550986应用

发件人: Luka Čehovin Zajcmailto:notifications@github.com 发送时间: Sunday, May 17, 2020 2:18 PM 收件人: votchallenge/vot-toolkit-pythonmailto:vot-toolkit-python@noreply.github.com 抄送: Lichaomailto:zhanglichao@outlook.com; Authormailto:author@noreply.github.com 主题: Re: [votchallenge/vot-toolkit-python] setup -- augment name (#14)

As far as I know, some of these flags are pypi extensions, do you get a warning or an error?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/votchallenge/vot-toolkit-python/issues/14#issuecomment-629787989, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AESN2YBOMDWZ3TZEQ7XIRILRR7IYVANCNFSM4NAPM4KA.

lukacu commented 4 years ago

Great. Closing the issue.