initial move towards 1.0.0

This commit is contained in:
Anders Jensen
2018-08-10 19:59:26 +02:00
parent cc13b032ea
commit 3af5c420f8
9 changed files with 559 additions and 507 deletions

9
create-egg.sh Normal file
View File

@@ -0,0 +1,9 @@
virtualenv .env-egg
.env-egg/bin/pip install -U thomas
ln -s .env-egg/lib/python2.7/site-packages/thomas .
ln -s .env-egg/lib/python2.7/site-packages/rarfile.py .
ln -s .env-egg/lib/python2.7/site-packages/six.py .
ln -s .env-egg/lib/python2.7/site-packages/rfc6266.py .
ln -s .env-egg/lib/python2.7/site-packages/lepl .
ln -s .env-egg/lib/python2.7/site-packages/pytz .
.env-egg/bin/python setup.py bdist_egg