Last change
on this file since 97 was 96, checked in by Bart Vastenhouw, 2 years ago |
Fixed small issues in domaineditor.
|
File size:
554 bytes
|
Line | |
---|
1 | from setuptools import setup
|
---|
2 |
|
---|
3 | ver = '1.2.1'
|
---|
4 |
|
---|
5 | setup(
|
---|
6 | name='stupidparty',
|
---|
7 | version=ver,
|
---|
8 | description='A example python3 party module',
|
---|
9 | url='https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWeb',
|
---|
10 | author='W.Pasman',
|
---|
11 | packages=['stupidparty'],
|
---|
12 | install_requires=[ "geniusweb@https://tracinsy.ewi.tudelft.nl/pubtrac/GeniusWebPython/export/93/geniuswebcore/dist/geniusweb-1.2.1.tar.gz"],
|
---|
13 | py_modules=['party'],
|
---|
14 |
|
---|
15 | classifiers=[
|
---|
16 | 'Programming Language :: Python :: 3.8',
|
---|
17 | 'Programming Language :: Python :: 3.9',
|
---|
18 | ],
|
---|
19 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.