Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseymour authored Apr 13, 2023
1 parent a46f64b commit 1304bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
install_requires=["Django>=3.2", "typing_extensions >= 3.10.0.0"],
include_package_data=True,
package_data={
'dj_database_url': ['py.typed'],
"dj_database_url": ["py.typed"],
},
platforms="any",
project_links={
Expand Down

0 comments on commit 1304bc6

Please sign in to comment.