summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove #! from setup.pyLars Wirzenius2012-08-021-1/+0
| | | | | The proper way to run setup.py is with "python setup.py". That allows you to choose the right Python version to use.
* Merge remote branch 'origin/baserock/feature/S2791-move-commands-to-plugins'Lars Wirzenius2012-08-011-21/+18
|\
| * python scripts: pep8ize codebaseRichard Maw2012-08-011-21/+18
| | | | | | | | | | | | | | | | | | This was done with the aid of the pep8 script, available by running `easy_install pep8`. It may be worth making this part of ./check, but that will require putting pep8 into the development tools stratum. This should be easy, given pep8 has no external dependencies.
* | buildsystem: set package_data to install pluginsRichard Maw2012-07-311-0/+1
|/ | | | | | | | | | | | | Plugins weren't installed because package installation doesn't by default include subdirectories. This would break system building on any morph which uses the plugins instead of having system build built-in. package_data seems to be the correct way to do this, as plugins aren't library files since they have different loading characteristics, such as different search paths and every found plugin is loaded, rather than on-demand.
* Make setup.py build manpageLars Wirzenius2012-03-271-0/+14
|
* Fix copyright yearLars Wirzenius2012-02-281-1/+1
|
* Remove version numberLars Wirzenius2012-02-281-1/+0
| | | | | | We don't do releases, so having the version number in the source is misleading. If and when we start doing numbered releases, it's easy to add back. However, YAGNI and all that.
* Fix GPL version sentence grammar.Lars Wirzenius2011-10-061-1/+1
|
* Initial import.Lars Wirzenius2011-09-291-0/+103