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 06ea861 commit 10e7131Copy full SHA for 10e7131
.gitignore
@@ -2,6 +2,7 @@ build
2
dist
3
**/__pycache__
4
python_core.egg-info
5
+abstract_python_core.egg-info
6
dev_test.py
7
.vscode
8
*.history
setup.py
@@ -7,11 +7,11 @@
requirements = ['requests>=2']
9
setup(
10
- name='python_core',
+ name='abstract_python_core',
11
version='0.1.0',
12
author='Benjamin Bouchet',
13
- author_email='<libraries@abstractapi.com>',
14
- description='HTTP client to call AbstractAPI endpoints.',
+ author_email='libraries@abstractapi.com',
+ description='AbstractAPI Python Core Library - Used by the other Abstract API libraries.',
15
long_description=readme,
16
long_description_content_type='text/markdown',
17
url='https://github.com/abstractapi/python-core',
0 commit comments