htnjack / pants-cython-minimal-example

Minimal project showcasing Pants' Cython support
MIT License
1 stars 1 forks source link

Does this work with Pure python mode? #1

Open didimelli opened 2 years ago

didimelli commented 2 years ago

Awesome work!

I was wondering if this works also with pure python mode https://cython.readthedocs.io/en/latest/src/tutorial/pure.html.

didimelli commented 2 years ago

I believe it is just metter of changing this line of the setup.py https://github.com/houtenjack/pants-cython-minimal-example/blob/main/src/python/my_extensions/setup.py#L4?

htnjack commented 2 years ago

Haven't tried yet, that's next on my list though.