mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-13 07:02:51 +00:00
10 lines
143 B
Python
10 lines
143 B
Python
from setuptools import setup
|
|
|
|
|
|
PACKAGE_NAME = 'text_generation'
|
|
|
|
setup(
|
|
name=PACKAGE_NAME,
|
|
version='0.1',
|
|
packages=[PACKAGE_NAME]
|
|
) |