mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-10 12:36:41 -04:00
7 lines
101 B
Python
7 lines
101 B
Python
![]() |
from setuptools import find_packages, setup
|
||
|
|
||
|
setup(
|
||
|
name="dep1",
|
||
|
packages=find_packages(),
|
||
|
)
|