from distutils.core import setup

setup(
	name = 'eBay',
	version = "VERSION",
	packages = ['eBay'],
	)
