We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e859a commit 058eec8Copy full SHA for 058eec8
README.md
@@ -5,7 +5,7 @@
5
6
## Installation
7
```bash
8
-pip install tdk-fetch
+pip install tdk-search
9
```
10
11
## Usage
setup.py
@@ -4,14 +4,14 @@
4
long_description = fh.read()
setuptools.setup(
- name="tdk-fetch",
+ name="tdk-search",
version="1.0.0",
author="Enes Furkan Olcay",
- author_email="dandikbirdalga@gmail.com",
+ author_email="sarhosgitar@gmail.com",
description="fetches meanings of the turkish words from sozluk.gov.tr",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
- url="https://github.com/xepea/tdk",
+ url="https://github.com/xis/tdk",
15
packages=setuptools.find_packages(),
16
license='MIT',
17
classifiers=[
0 commit comments