7 lines
71 B
Python
7 lines
71 B
Python
"""
|
|
The ScribeEngine package
|
|
"""
|
|
from setuptools import setup
|
|
|
|
setup()
|