testing all of this in python
This commit is contained in:
12
setup.py
Normal file
12
setup.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
from setuptools import find_packages
|
||||
|
||||
setup(name='boring-lang',
|
||||
version='0.0.1',
|
||||
description='Boring programming language',
|
||||
author='Andrew Segavac',
|
||||
author_email='andrew@eunomia.io',
|
||||
packages=find_packages(),
|
||||
)
|
||||
Reference in New Issue
Block a user