13 lines
198 B
Python

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