Skip to content

Commit 484feca

Browse files
fix: update setup file - Merge pull request #9 from CSWorldTelugu/master
update setup file
2 parents 1970ac8 + e0e7e1c commit 484feca

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", "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)