remove duplicated keyword 'packages'
This commit is contained in:
parent
d5b3814be5
commit
788eeaa012
3
setup.py
3
setup.py
@ -72,9 +72,6 @@ setup(
|
|||||||
"Issue tracker": "https://github.com/StepwiseMath/wp-oauth-backend/issues",
|
"Issue tracker": "https://github.com/StepwiseMath/wp-oauth-backend/issues",
|
||||||
"Community": "https://stepwisemath.ai",
|
"Community": "https://stepwisemath.ai",
|
||||||
},
|
},
|
||||||
packages=[
|
|
||||||
'wp_oauth_backend',
|
|
||||||
],
|
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
package_data={"": ["*.html"]}, # include any templates found in this repo.
|
package_data={"": ["*.html"]}, # include any templates found in this repo.
|
||||||
|
Loading…
Reference in New Issue
Block a user