소스 검색

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


불러오는 중...
취소
저장