Skip to content

Commit e0e7e1c

Browse files
committed
update setup
1 parent ce4fc91 commit e0e7e1c

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
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
try:
4-
with open("readme.md.md", "r", encoding="utf-8") as f:
4+
with open("readme.md", "r", encoding="utf-8") as f:
55
long_description = f.read()
66
except FileNotFoundError:
77
long_description = "A Python library for integrating FileMaker databases with the FileMaker Data API."

0 commit comments

Comments
 (0)