Commit eed8d2a1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

slapos.extension.strip: release 0.2.

parent 671cb032
Changes Changes
======= =======
0.2 (2017-01-19)
----------------
* Add do-not-strip-path option.
0.1 (2014-10-22) 0.1 (2014-10-22)
------------------ ----------------
* Initial release. * Initial release.
from setuptools import setup, find_packages from setuptools import setup, find_packages
import os import os
version = '0.1' version = '0.2'
name = 'slapos.extension.strip' name = 'slapos.extension.strip'
def read(*rnames): def read(*rnames):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment