Last change
on this file since 87 was 84, checked in by Bart Vastenhouw, 3 years ago |
Added time-dependent parties for python and simpleRunner-GUI for java
|
File size:
451 bytes
|
Rev | Line | |
---|
[84] | 1 | from setuptools import setup
|
---|
| 2 |
|
---|
| 3 | setup(
|
---|
| 4 | name='randomparty',
|
---|
| 5 | version='1.1.4',
|
---|
| 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/82/geniuswebcore/dist/geniusweb-1.1.4.tar.gz"],
|
---|
| 11 | py_modules=['party']
|
---|
| 12 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.