Skip to content

Commit 058eec8

Browse files
committed
pip settings
1 parent d2e859a commit 058eec8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Installation
77
```bash
8-
pip install tdk-fetch
8+
pip install tdk-search
99
```
1010

1111
## Usage

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="tdk-fetch",
7+
name="tdk-search",
88
version="1.0.0",
99
author="Enes Furkan Olcay",
10-
author_email="dandikbirdalga@gmail.com",
10+
author_email="sarhosgitar@gmail.com",
1111
description="fetches meanings of the turkish words from sozluk.gov.tr",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/xepea/tdk",
14+
url="https://github.com/xis/tdk",
1515
packages=setuptools.find_packages(),
1616
license='MIT',
1717
classifiers=[

0 commit comments

Comments
 (0)