Skip to content

Commit f033122

Browse files
setup.py to work with colcon
1 parent 7ba04ed commit f033122

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name='tikzplotlib',
5+
packages=['tikzplotlib'],
6+
package_dir={'':'src'}
7+
)

0 commit comments

Comments
 (0)