Skip to content

Commit 10e7131

Browse files
committed
Publish to PyPi
1 parent 06ea861 commit 10e7131

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ build
22
dist
33
**/__pycache__
44
python_core.egg-info
5+
abstract_python_core.egg-info
56
dev_test.py
67
.vscode
78
*.history

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
requirements = ['requests>=2']
88

99
setup(
10-
name='python_core',
10+
name='abstract_python_core',
1111
version='0.1.0',
1212
author='Benjamin Bouchet',
13-
author_email='<libraries@abstractapi.com>',
14-
description='HTTP client to call AbstractAPI endpoints.',
13+
author_email='libraries@abstractapi.com',
14+
description='AbstractAPI Python Core Library - Used by the other Abstract API libraries.',
1515
long_description=readme,
1616
long_description_content_type='text/markdown',
1717
url='https://github.com/abstractapi/python-core',

0 commit comments

Comments
 (0)