Last change
on this file since 63 was 60, checked in by Wouter Pasman, 3 years ago |
#44 update parties to use public dist
|
File size:
454 bytes
|
Rev | Line | |
---|
[59] | 1 | from setuptools import setup
|
---|
| 2 |
|
---|
| 3 | setup(
|
---|
| 4 | name='randomparty',
|
---|
| 5 | version='1.0.0',
|
---|
| 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'],
|
---|
[60] | 10 | install_requires=[ "geniusweb@https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPython/export/59/geniuswebcore/dist/geniusweb-1.0.0.tar.gz"],
|
---|
[59] | 11 | py_modules=['party']
|
---|
| 12 | ) |
---|
Note:
See
TracBrowser
for help on using the repository browser.