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