Last change
on this file since 69 was 69, checked in by Wouter Pasman, 4 years ago |
Added MOPAC protocol. For GeniusWeb 2.0.3
|
File size:
454 bytes
|
Rev | Line | |
---|
[67] | 1 | from setuptools import setup
|
---|
| 2 |
|
---|
| 3 | setup(
|
---|
| 4 | name='randomparty',
|
---|
[69] | 5 | version='1.1.1',
|
---|
[67] | 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'],
|
---|
[69] | 10 | install_requires=[ "geniusweb@https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPython/export/68/geniuswebcore/dist/geniusweb-1.1.1.tar.gz"],
|
---|
[67] | 11 | py_modules=['party']
|
---|
| 12 | ) |
---|
Note:
See
TracBrowser
for help on using the repository browser.