from setuptools import setup setup( name='randomparty', version='1.0.0', 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/59/geniuswebcore/dist/geniusweb-1.0.0.tar.gz"], py_modules=['party'] )