Skip to content

Commit ea301d6

Browse files
committed
update some config files
1 parent 1d82bec commit ea301d6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ignore = E203,E501,E731,W503,W605
88
import-order-style = google
99
# Packages added in this list should be added to the setup.cfg file as well
1010
application-import-names =
11-
my_package_name
11+
stitch_connect_client
1212
exclude =
1313
*vendor*
1414
.venv

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- Short description of the package -->
66

7-
Features:
7+
An asynchronous python client for calling the Stitch Connect API.
88

99
- <!-- list of features -->
1010

@@ -24,6 +24,7 @@ pip install stitch-connect-client
2424

2525
## Guide
2626

27+
For documentation on how to use the client, refer to the README in the [client directory](https://github.com/NarrativeScience/stitch-connect-python/client/)
2728
<!-- Subsections explaining how to use the package -->
2829

2930
## Development

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ force_sort_within_sections=true
1010
include_trailing_comma=true
1111
known_standard_library=typing
1212
known_first_party=
13-
my_package_name
13+
stitch_connect_client
1414
line_length=88
1515
multi_line_output=3
1616
no_lines_before=LOCALFOLDER

0 commit comments

Comments
 (0)