Format code
This commit is contained in:
parent
bde4a6d3c1
commit
2907553f8e
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ setup(
|
||||||
name="pronoun-o-matic",
|
name="pronoun-o-matic",
|
||||||
version="1.0",
|
version="1.0",
|
||||||
# Modules to import from other scripts:
|
# Modules to import from other scripts:
|
||||||
packages=find_packages() + ['.'],
|
packages=find_packages() + ["."],
|
||||||
package_dir={"": "./"},
|
package_dir={"": "./"},
|
||||||
entry_points={
|
entry_points={
|
||||||
"pronounomatic.plugins": [
|
"pronounomatic.plugins": [
|
||||||
|
|
Loading…
Reference in a new issue