Skip to content
Snippets Groups Projects
Commit f14a0657 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

tmp add find_packages print

parent a2ef0a32
No related branches found
No related tags found
No related merge requests found
from setuptools import setup, find_packages
print(find_packages('pcore'))
print("find_packages outputs ", find_packages('pcore'))
setup(
name="pipeline-core",
version="0.1.1-dev",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment