Skip to content

Commit

Permalink
setup.cfg: adjust formatting to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Apr 11, 2024
1 parent e8e5431 commit feb82e2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.cfg
Expand Up @@ -3,8 +3,8 @@ license_file = LICENSE
name = jsonpickle
author = David Aguilar
author_email = davvid@gmail.com
description = Python library for serializing any arbitrary object graph into JSON
long_description = file:README.rst
description = Serialize any Python object to JSON
long_description = Python library for serializing arbitrary object graphs into JSON
url = https://github.com/jsonpickle/jsonpickle
classifiers =
Development Status :: 5 - Production/Stable
Expand Down Expand Up @@ -32,7 +32,6 @@ keywords =
serialization
JavaScript Object Notation


[options]
packages = find:
include_package_data = true
Expand Down Expand Up @@ -78,5 +77,3 @@ docs =
packaging =
build
twine

[options.entry_points]

0 comments on commit feb82e2

Please sign in to comment.