| Age | Message |
|---|---|
| 5 years 2 months | setup.py: commenting out license/platforms The license and platforms fields should be filled out *only* if appropriate classifiers don't already exist (which in our case, they do). |
| 5 years 2 months | MANIFEST.in: exclude setup.cfg Like MANIFEST.in, setup.cfg is (currently) only used for building distributions. So don't include it in the distribution itself. |
| 5 years 2 months | mpd.py: adding one line description at top of file |
| 5 years 2 months | TODO.txt: removing completed TODO item and pre-release section |
| 5 years 2 months | adding setup.py, setup.cfg, and MANIFEST.in |
| 5 years 2 months | TODO.txt: removing a completed TODO item |
| 5 years 2 months | adding README.txt |
| 5 years 2 months | TODO.txt: changing a couple TODO items |
| 5 years 2 months | addding doc/commands.txt to document supported commands |
| 5 years 2 months | renaming TODO to TODO.txt |
| 5 years 2 months | TODO: removing completed TODO item |
| 5 years 2 months | adding LICENSE.txt and a copyright notice to mpd.py |
| 5 years 2 months | mpd.py: removing shebang line |
| 5 years 2 months | TODO: adding pre- and post-release sections, and a few more TODO items |
| 5 years 2 months | TODO: adding TODO item |
| 5 years 2 months | moving TODO list to separate TODO file |
| 5 years 2 months | remove argument checking/parsing TODO item mpd already does a much better job of validating arguments than we ever could, so no point in us doing it too. Parsing arguments is also rather pointless, as all arguments are coerced to strings before escaping anyway. |
| 5 years 2 months | return an empty dict if no object is read |
| 5 years 2 months | adding command_list support |
| 5 years 2 months | initial commit |