CodeInsight / setup.py
GitHub Actions
Sync from GitHub Actions
c2af030
raw
history blame contribute delete
198 Bytes
from setuptools import setup, find_packages
setup(
name="codeinsight",
author="Md Mohsin",
author_email="siam.mohsin2005@gmail.com",
version="0.0.1",
packages=find_packages(),
)