mirror of
https://github.com/KosinskiLab/AlphaPulldown.git
synced 2026-06-04 14:14:24 +08:00
4 lines
124 B
Python
Executable File
4 lines
124 B
Python
Executable File
from setuptools import setup
|
|
from alphapulldown import __version__
|
|
if __name__ == '__main__':
|
|
setup(version=__version__) |