Skip to content

Commit

Permalink
Repack for cheeseshop
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Borgstrom committed Jan 3, 2012
1 parent 16d2c79 commit 0b1965e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Original Author: Evan Borgstrom [fatbox]

Contributors:
- [akumira]
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
OpenSRS-py Changelog
--------------------

Version 0.1.1
Released: Tue Jan 3 11:35:54 EST 2012
- Repackaged for the cheeseshop


Version 0.1
- Packaged by [akumira]
24 changes: 19 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

from setuptools import setup

setup(name="OpenSRS",
version='0.1',
packages=['opensrs', ],
install_requires=['httplib2', ],
)
setup(
name="OpenSRS",
packages=['opensrs', ],
install_requires=['httplib2', ],
version='0.1.1',
description='Higher level Python interface to the OpenSRS XML API',
long_description=open('README.md').read(),
author='Evan Borgstrom',
author_email='[email protected]',
url='https://github.com/fatbox/OpenSRS-py',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)

0 comments on commit 0b1965e

Please sign in to comment.