Commit Graph

7 Commits

Author SHA1 Message Date
Dougal Matthews
7df0c9c283 Updated classifiers for PyPI 2014-10-09 09:47:58 +01:00
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
Tom Christie
305ebcf90e Add 'ghp-deploy' 2014-03-30 16:02:22 +01:00
Tom Christie
ca36975deb Tweaks for version 0.2 release 2014-01-21 17:12:23 +00:00
Tom Christie
4635afcfca Version 0.2 2014-01-21 17:00:02 +00:00
Tom Christie
1d01415069 Still awesome 2014-01-19 12:09:47 +00:00
Tom Christie
fca0ff6f93 Initial package setup 2014-01-11 21:04:32 +00:00