We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d7c0f commit 8051e85Copy full SHA for 8051e85
setup.py
@@ -1,5 +1,5 @@
1
from io import open
2
-from setuptools import setup, find_packages
+from setuptools import setup
3
4
5
setup(
@@ -9,7 +9,7 @@
9
long_description=open('README.rst', 'r', encoding='utf8').read(),
10
long_description_content_type="text/x-rst",
11
license='MIT',
12
- packages=find_packages(exclude=['ez_setup']),
+ packages=["sphinx_js"],
13
url='https://github.com/mozilla/sphinx-js',
14
include_package_data=True,
15
install_requires=[
0 commit comments