6 lines
89 B
Python
6 lines
89 B
Python
from setuptools import setup, find_packages
|
|
|
|
setup(
|
|
name="mylang",
|
|
version="0.1.0",
|
|
) |