Browse Source

Update to v0.3, prepare for pip

master
Pete Shadbolt 7 years ago
parent
commit
98e8241d29
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      bin/abpserver
  2. +1
    -1
      setup.py

+ 0
- 1
bin/abpserver View File

@@ -32,7 +32,6 @@ if __name__ == '__main__':
args = parser.parse_args()

# Change to the right working dir
print abp.__path__
where = os.path.join(os.path.dirname(abp.__path__[0]), "static")
os.chdir(where)



+ 1
- 1
setup.py View File

@@ -9,7 +9,7 @@ print appdata

setup(
name = "abp",
version = "0.2",
version = "0.3",
packages = find_packages(),
test_suite = "tests",
author = "Pete Shadbolt",


Loading…
Cancel
Save