Skip to content

Commit 40bde9b

Browse files
loisaidasammartey
authored andcommitted
Something not working with setup.py package_dir
1 parent b337d0d commit 40bde9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
maintainer_email='facebook-sdk@marteydodoo.com',
1515
url='https://github.com/pythonforfacebook/facebook-sdk',
1616
license='Apache',
17-
package_dir={'': 'facebook'},
17+
packages=["facebook"],
1818
long_description=open("README.rst").read(),
1919
classifiers=[
2020
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)