Skip to content

Commit b74b20d

Browse files
committed
Package files
1 parent df4c410 commit b74b20d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Inside of setup.cfg
2+
[metadata]
3+
description-file = README.md

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111
long_description = fh.read()
1212

1313
setup(
14-
name='firstlanguageapi',
14+
name='firstlanguage_python',
1515
version='1.0.0',
1616
description='Python client library for FirstLanguage API',
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",
19-
author='Us',
19+
author='FirstLanguage',
2020
author_email='info@firstlanguage.in',
21-
url='https://dev.firstlanguage.in/contactus',
21+
url='https://firstlanguage.in/contactus',
22+
download_url = 'https://github.com/FirstLanguage/firstlanguage_python/archive/refs/tags/v_01.tar.gz',
23+
keywords = ['FirstLanguage API', 'NLP', 'SDK', 'Python', 'Natural Language Processing'],
2224
packages=find_packages(),
2325
install_requires=[
2426
'jsonpickle~=1.4, >= 1.4.1',

0 commit comments

Comments
 (0)