Comment #4 on issue 1685 by [email protected]: distutils/setuptools
integration
http://code.google.com/p/robotframework/issues/detail?id=1685
no need to define anything in your setup.cfg. by default everything should
be discovered. See _guess_library_names().
so you only need to run "python setup.py build_rf_docs" without any
setup.cfg stuff. Only if you have lets say sth like the following directory
structure:
src/MyLibrary
src/some_other_stuff
then some_other_stuff would be discovered as a robot framework library. in
this case you could define
[build_rf_docs]
libraries = "MyLibrary"
regarding your questions:
1. entry points should be a distutils feature. i've tested this with your
robot trunk without a devel parameter. but i must admit i haven't tested
anything else than cpython 2.7 under linux.
2. i think this 'functionality' is related to the libdoc tool, which is
now integrated into robot itself. i would prefer to integrate this into
robot.
hopefully, if the entry_points property is not correctly supported by
distutils in jython or ironpython it will be ignored. so we do not loose
anything in this case.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.