Files
sphere-grid/setup.py
Alexandre RIO cf18b24207
All checks were successful
CI/CD / wol (push) Successful in 6s
CI/CD / build (push) Successful in 10m37s
try wol actions
2025-04-15 14:20:46 +02:00

8 lines
130 B
Python

from setuptools import find_packages, setup
setup(
name="sphere_grid",
version="1.0",
packages=find_packages("."),
)