MDU-PHL / ngmaster

In silico multi-antigen sequence typing for Neisseria gonorrhoeae (NG-MAST)
GNU General Public License v3.0
5 stars 5 forks source link

extra_require error #25

Closed andersgs closed 5 years ago

andersgs commented 5 years ago

On the server we are getting this error:

/home/linuxbrew/.linuxbrew/opt/python/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extra_require'
  warnings.warn(msg)

Should work fine, though...

andersgs commented 5 years ago

@tseemann it seems that distutils will no longer update to include new metadata fields. But, it will happily keep issuing that Warning. It seems it is safe to ignore.

See here for example https://github.com/di/markdown-description-example/issues/4

This will only happen when calling setup.py directly. One should not see this through pip.