We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef83f22 commit 3c4ae4fCopy full SHA for 3c4ae4f
setup.py
@@ -1,6 +1,6 @@
1
# -*- coding: utf-8 -*-
2
#
3
-from setuptools import setup
+from setuptools import setup, find_packages
4
import os
5
import codecs
6
@@ -25,7 +25,7 @@ def read(fname):
25
setup(
26
name='matplotlib2tikz',
27
version=about['__version__'],
28
- packages=['matplotlib2tikz'],
+ packages=find_packages(),
29
url='https://github.com/nschloe/matplotlib2tikz',
30
download_url='https://pypi.python.org/pypi/matplotlib2tikz',
31
author=about['__author__'],
0 commit comments