Quellcode durchsuchen

Well that wasn't any fun

master
Pete Shadbolt vor 7 Jahren
Ursprung
Commit
fe532d14f7
2 geänderte Dateien mit 1 neuen und 10 gelöschten Zeilen
  1. +0
    -8
      run.sh
  2. +1
    -2
      setup.py

+ 0
- 8
run.sh Datei anzeigen

@@ -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 Datei anzeigen

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


Laden…
Abbrechen
Speichern