from setuptools import setup ver = '1.2.0' setup( name='randomparty', version=ver, description='A python3 party that places random bids with sufficient utility', url='https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb', author='W.Pasman', packages=['randomparty'], install_requires=[ "geniusweb@https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPython/export/86/geniuswebcore/dist/geniusweb-1.2.0.tar.gz"], py_modules=['party'] )