diff --git a/setup.py b/setup.py index 20b498d..abeaa85 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ -from distutils.core import setup +from setuptools import setup setup( name='machfs', - version='0.1dev', + version='0.4dev', author='Elliot Nunn', author_email='elliotnunn@me.com', description='Library for reading and writing Macintosh HFS volumes', diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..a918fc5 --- /dev/null +++ b/upload.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +rm -rf dist +python3 setup.py sdist bdist_wheel +twine upload dist/*