mirror of
https://github.com/elliotnunn/machfs.git
synced 2024-11-22 04:31:37 +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(
|
setup(
|
||||||
name='machfs',
|
name='machfs',
|
||||||
version='0.4dev',
|
version='1.0',
|
||||||
author='Elliot Nunn',
|
author='Elliot Nunn',
|
||||||
author_email='elliotnunn@me.com',
|
author_email='elliotnunn@me.com',
|
||||||
description='Library for reading and writing Macintosh HFS volumes',
|
description='Library for reading and writing Macintosh HFS volumes',
|
||||||
@ -15,7 +15,6 @@ setup(
|
|||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Topic :: System :: Filesystems',
|
'Topic :: System :: Filesystems',
|
||||||
'Development Status :: 3 - Alpha',
|
|
||||||
],
|
],
|
||||||
packages=['machfs'],
|
packages=['machfs'],
|
||||||
install_requires=['macresources'],
|
install_requires=['macresources'],
|
||||||
|
Loading…
Reference in New Issue
Block a user