mirror of
https://github.com/elliotnunn/machfs.git
synced 2024-12-03 12:53:26 +00:00
Got setuptools working
This commit is contained in:
parent
5dff862548
commit
a19c958bab
4
setup.py
4
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',
|
||||
|
Loading…
Reference in New Issue
Block a user