rowingdude / analyzeMFT

MIT License
423 stars 117 forks source link

python setup.py warning #7

Closed mrechosix closed 11 years ago

mrechosix commented 11 years ago

/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg)

dkovar commented 11 years ago

Greetings,

I restructured the whole thing and redid the setup.py. It installs cleanly now as far as I can tell.

-David