Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

aa.gusti / opensipkd-base

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • opensipkd-base
  • setup.pyx
  • aa.gustiana@gmail.com's avatar
    perbaukan project · b175f511
    aa.gustiana@gmail.com committed Jun 02, 2025
    b175f511
setup.pyx 116 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7
import setuptools


setuptools.setup(
    packages=setuptools.find_packages(),
    include_package_data=True,
    )