Skip to content

Commit 31e6078

Browse files
committed
updated setup.cfg with project description
1 parent 3162eca commit 31e6078

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

setup.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,16 @@ test=pytest
33

44
[tool:pytest]
55
addopts = --verbose
6+
7+
[metadata]
8+
name = splitapiclient
9+
version = 3.0.1
10+
description = This Python Library provide full support for Split REST Admin API, allow creating, deleting and editing Environments, Splits, Split Definitions, Segments, Segment Keys, Users, Groups, API Keys, Change Requests, Attributes and Identities
11+
long_description = file: README.md
12+
long_description_content_type = text/markdown
13+
url = https://github.com/splitio/python-api
14+
project_urls =
15+
Bug Tracker = https://github.com/splitio/python-api/issues
16+
classifiers =
17+
Programming Language :: Python :: 3
18+
Operating System :: OS Independent

0 commit comments

Comments
 (0)