source: exampleparties/randomparty/setup.py@ 81

Last change on this file since 81 was 81, checked in by Bart Vastenhouw, 2 years ago

Added python timedependent parties (conceder, hardliner, etc)

File size: 454 bytes
Line 
1from setuptools import setup
2
3setup(
4 name='randomparty',
5 version='1.1.3',
6 description='A python3 party that places random bids with sufficient utility',
7 url='https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb',
8 author='W.Pasman',
9 packages=['randomparty'],
10 install_requires=[ "geniusweb@https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPython/export/79/geniuswebcore/dist/geniusweb-1.1.3.tar.gz"],
11 py_modules=['party']
12)
Note: See TracBrowser for help on using the repository browser.