Browse Source

Well that wasn't any fun

master
Pete Shadbolt 7 years ago
parent
commit
fe532d14f7
2 changed files with 1 additions and 10 deletions
  1. +0
    -8
      run.sh
  2. +1
    -2
      setup.py

+ 0
- 8
run.sh View File

@@ -1,8 +0,0 @@
#!/bin/bash
rm -r abp.egg-info
rm -r build
rm -r dist

python setup.py build sdist

tar -tvf dist/abp-0.4.5.tar.gz

+ 1
- 2
setup.py View File

@@ -3,11 +3,10 @@ from glob import glob
from os import path

STATIC = glob("abp/static/*.*")+glob("abp/static/img/*.*")+glob("abp/static/scripts/*.*")
print STATIC

setup(
name = "abp",
version = "0.4.6",
version = "0.4.7",
packages = ["abp", "abp.static"],
test_suite = "tests",
author = "Pete Shadbolt",


Loading…
Cancel
Save