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
Raw Normal View History

2014-05-26 15:12:01 +00:00
#!/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']
)