This website works better with JavaScript
Home
Explore
Help
Register
Sign In
luojiehua
/
BIDI_ML_INFO_EXTRACTION
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
b71a2dfa3b
Branches
Tags
master
BIDI_ML_INFO...
/
BiddingKG
/
setup.py
setup.py
118 B
History
Raw
1
2
3
4
5
6
from distutils.core import setup
setup(name='BiddingKG',
version='1.0',
py_modules=['BiddingKG'],
)