Skip to content

Commit a222e27

Browse files
author
Kemal Maulana
committed
Add setup.py file to enable dev mode installation
1 parent 1d6b39e commit a222e27

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup.py

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from setuptools import setup, find_packages
2+
3+
4+
setup(
5+
name='char-rnng',
6+
version='1.0.0',
7+
description='RNNG with character embeddings',
8+
author='Kemal Maulana',
9+
author_email='[email protected]',
10+
license='MIT',
11+
packages=find_packages()
12+
)

0 commit comments

Comments
 (0)