fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/setup.py

11 lines
202 B
Python

#!/usr/bin/env python
from distutils.core import setup
setup(
name='shelfzilla',
version='0.1.0',
author='Felipe Martin',
author_email='fmartingr@me.com',
packages=['shelfzilla']
)