Skip to content

Commit e9d0885

Browse files
committed
fix(): name , liecense, con ty
1 parent d38b03b commit e9d0885

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The free plan is limited to 25 search request and 50 verification a month, To e
2020
To install via [PyPI](https://pypi.org/):
2121

2222
```bash
23-
pip install tomba-python
23+
pip install tomba-io
2424
```
2525

2626
## Usage

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name = 'tomba',
7+
name = 'tomba-io',
88
version = '1.0.0',
99
license='Apache-2.0',
1010
description = 'Tomba.io is an Email Finder for B2B sales and email marketing',
1111
long_description=long_description,
12+
long_description_content_type="text/markdown",
1213
author = 'Tomba technology web service LLC',
1314
author_email = '[email protected]',
1415
maintainer = 'Mohamed Ben rebia',
@@ -24,7 +25,6 @@
2425
'Intended Audience :: Developers',
2526
'Environment :: Web Environment',
2627
'Topic :: Software Development',
27-
'License :: OSI Approved :: ',
2828
'Programming Language :: Python :: 3',
2929
'Programming Language :: Python :: 3.5',
3030
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)