Ignore:
Timestamp:
10/11/21 16:01:02 (3 years ago)
Author:
Wouter Pasman
Message:

Added MOPAC protocol. For GeniusWeb 2.0.3

Location:
exampleparties/randomparty
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • exampleparties/randomparty/requirements.txt

    r67 r69  
    1 https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPython/export/66/geniuswebcore/dist/geniusweb-1.1.0.tar.gz
     1https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPython/export/68/geniuswebcore/dist/geniusweb-1.1.1.tar.gz
    22mypy
    33
  • exampleparties/randomparty/setup.py

    r67 r69  
    33setup(
    44    name='randomparty',
    5     version='1.1.0',   
     5    version='1.1.1',   
    66    description='A python3 party that places random bids with sufficient utility',
    77    url='https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb',
    88    author='W.Pasman',
    99    packages=['randomparty'],
    10     install_requires=[ "geniusweb@https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPython/export/66/geniuswebcore/dist/geniusweb-1.1.0.tar.gz"],
     10    install_requires=[ "geniusweb@https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPython/export/68/geniuswebcore/dist/geniusweb-1.1.1.tar.gz"],
    1111    py_modules=['party']
    1212)
Note: See TracChangeset for help on using the changeset viewer.