13 lines
198 B
Python
Raw Normal View History

from setuptools import setup
setup(
name='nomos-specs',
version='',
packages=['carnot'],
url='',
license='',
author='mohammad-az',
author_email='',
description=''
)