浏览代码

Well that wasn't any fun

master
Pete Shadbolt 7 年前
父节点
当前提交
fe532d14f7
共有 2 个文件被更改,包括 1 次插入10 次删除
  1. +0
    -8
      run.sh
  2. +1
    -2
      setup.py

+ 0
- 8
run.sh 查看文件

@@ -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 查看文件

@@ -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",


正在加载...
取消
保存