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.gusti's avatar
    penambahan mehod after_save · b21a9830
    aa.gusti committed Jan 14, 2025
    b21a9830
setup.pyx 116 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7
import setuptools


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