Ed Brannin 9202ffdff8 Updated setup.py to use entry_points['console_scripts'] instead of scripts.
This makes a "mkdocs" command on Windows/OSX/Linux without any platform-specific code in setup.py.

I think this is the preferred way to install a Python command with setuptools.

It is, at least, the method used by:

* [flake8](8ee94d1eee/setup.py)
* [coverage.py](ca875e7390/setup.py)
* [Fabric](https://github.com/fabric/fabric/blob/master/setup.py)
* Many others

In the past, I had to change imports willy-nilly or add
"from __future__ import absolute_imports" to a bunch of files.
This is because I was renaming "mkdocs" to "mkdocs.py" instead of "main.py",
and the module-vs-script name clash was confusing imports from other files.
2014-08-17 00:01:45 -04:00
2014-02-10 19:44:11 +00:00
2014-08-09 20:15:10 -04:00
2014-03-30 16:02:55 +01:00
2014-02-16 13:48:22 +00:00
2014-03-30 16:02:22 +01:00
2014-08-09 20:15:10 -04:00
Languages
Python 81%
JavaScript 13.4%
HTML 4.1%
CSS 1.5%