Skip to content

Commit e48e2b8

Browse files
fgmacedohiranya911
authored andcommitted
Distribution package only including firebase_admin (#263)
1 parent b5bf37e commit e48e2b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from os import path
1919
import sys
2020

21-
from setuptools import find_packages
2221
from setuptools import setup
2322

2423

@@ -55,7 +54,7 @@
5554
license=about['__license__'],
5655
keywords='firebase cloud development',
5756
install_requires=install_requires,
58-
packages=find_packages(exclude=['tests']),
57+
packages=['firebase_admin'],
5958
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
6059
classifiers=[
6160
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)