mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-07 15:43:07 +00:00
13 lines
198 B
Python
13 lines
198 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='nomos-specs',
|
|
version='',
|
|
packages=['carnot'],
|
|
url='',
|
|
license='',
|
|
author='mohammad-az',
|
|
author_email='',
|
|
description=''
|
|
)
|