Last change
on this file since 89 was 89, checked in by Bart Vastenhouw, 3 years ago |
refactor to help reusing partiesserver
|
File size:
462 bytes
|
Rev | Line | |
---|
[89] | 1 | from setuptools import setup
|
---|
| 2 |
|
---|
| 3 | ver = '1.2.0'
|
---|
| 4 |
|
---|
| 5 | setup(
|
---|
| 6 | name='randomparty',
|
---|
| 7 | version=ver,
|
---|
| 8 | description='A python3 party that places random bids with sufficient utility',
|
---|
| 9 | url='https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb',
|
---|
| 10 | author='W.Pasman',
|
---|
| 11 | packages=['randomparty'],
|
---|
| 12 | install_requires=[ "geniusweb@https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPython/export/86/geniuswebcore/dist/geniusweb-1.2.0.tar.gz"],
|
---|
| 13 | py_modules=['party']
|
---|
| 14 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.