mirror of
https://github.com/elliotnunn/machfs.git
synced 2024-11-21 13:30:59 +00:00
First production release
This commit is contained in:
parent
6e06f328aa
commit
3a94d52888
3
setup.py
3
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='machfs',
|
||||
version='0.4dev',
|
||||
version='1.0',
|
||||
author='Elliot Nunn',
|
||||
author_email='elliotnunn@me.com',
|
||||
description='Library for reading and writing Macintosh HFS volumes',
|
||||
@ -15,7 +15,6 @@ setup(
|
||||
'Operating System :: OS Independent',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Topic :: System :: Filesystems',
|
||||
'Development Status :: 3 - Alpha',
|
||||
],
|
||||
packages=['machfs'],
|
||||
install_requires=['macresources'],
|
||||
|
Loading…
Reference in New Issue
Block a user