We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba04ed commit f033122Copy full SHA for f033122
setup.py
@@ -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