MemDLM / setup.py
Shrey Goel
adding code
d04a061
raw
history blame
213 Bytes
from setuptools import setup, find_packages
setup(
name='MeMDLM_v2',
version='1.0',
packages=find_packages(),
install_requires=[],
author='Shrey Goel',
author_email='[email protected]'
)