Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 6ad3e23

Browse files
authored
Removed LICENSE.md from data_files in setup.py (#410)
1 parent 5aadd6e commit 6ad3e23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def get_packages(package):
4747
author_email="[email protected]",
4848
packages=get_packages("databases"),
4949
package_data={"databases": ["py.typed"]},
50-
data_files=[("", ["LICENSE.md"])],
5150
install_requires=['sqlalchemy>=1.4,<1.5', 'aiocontextvars;python_version<"3.7"'],
5251
extras_require={
5352
"postgresql": ["asyncpg"],

0 commit comments

Comments
 (0)