MadSBM / setup.py
Shrey Goel
initial commit
94c2704
from setuptools import setup, find_packages
setup(
name='MadSBM',
version='1.0',
packages=find_packages(),
install_requires=[],
author='Shrey Goel',
author_email='[email protected]'
)