aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-07-29setup.py: Add VGStash-Web to 'web' data directorynextzlg1-0/+2
Users can copy these files and use them to publish their VGStash collection.
2018-11-21Prepare for distributionzlg1-0/+1
setup.py wasn't being included, preventing distros from easily building it. Whoops.
2018-10-10cli: Add "import" commandzlg1-0/+1
Currently the import command will only accept YAML files, but is ready for expansion to other formats as needed.
2018-09-03Branch off from master with pytest, tox, clickzlg1-0/+3
This commit is huge, but contains everything needed for a "proper" build system built on pytest + tox and a CLI built with click. For now, this branch will contain all new vgstash development activity until it reaches feature parity with master. The CLI is installed to pip's PATH. Only the 'init', 'add', and 'list' commands work, with only two filters. This is pre-alpha software, and is therefore not stable yet.