Skip to content

Snapshots

Thomas Perret edited this page Aug 17, 2015 · 2 revisions

Warning : this file is just a copy of scripts that were on the repository and are just backups. TODO: explain their use.

snap_default.sh file

#!/bin/bash
cp MANIFEST.default MANIFEST.in && python setup.py sdist

snap_default_tag_date.sh file

#!/bin/bash
cp MANIFEST.default MANIFEST.in && python setup.py egg_info --tag-date sdist

Clone this wiki locally