Initial checkin.
This commit is contained in:
36
setup.cfg
Normal file
36
setup.cfg
Normal file
@ -0,0 +1,36 @@
|
||||
[metadata]
|
||||
name = civicrmapi4
|
||||
version = 0.0.1
|
||||
description = A simple layer to interact with the CiviCRM APIv4
|
||||
author = Cassowary Rusnov
|
||||
author_email = rusnovc@gmail.com
|
||||
keywords = api, civicrm
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
license_file = LICENSE
|
||||
url =
|
||||
license = MIT
|
||||
platform = any
|
||||
classifiers =
|
||||
Development Status :: 3 - Alpha
|
||||
Intended Audience :: Developers
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Topic :: Internet
|
||||
Topic :: Internet :: WWW/HTTP
|
||||
|
||||
[options]
|
||||
packages =
|
||||
civicrmapi4
|
||||
|
||||
zip_safe = true
|
||||
install_requires =
|
||||
python_version >= "3.6"
|
||||
requests
|
||||
beautifulsoup4
|
||||
|
||||
Reference in New Issue
Block a user