File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 4848 'Topic :: Utilities' ,
4949]
5050
51- setup (name = PACKAGE ,
52- version = VERSION ,
53- description = DESCRIPTION ,
54- long_description = long_description ,
55- long_description_content_type = "text/markdown" ,
56- author = AUTHOR ,
57- author_email = EMAIL ,
58- license = LICENSE ,
59- url = WEBSITE ,
60- py_modules = MODULES ,
61- scripts = ['bin/jsonpointer' ],
62- classifiers = CLASSIFIERS ,
63- python_requires = '>=3.10' ,
64- )
51+ setup (
52+ name = PACKAGE ,
53+ version = VERSION ,
54+ description = DESCRIPTION ,
55+ long_description = long_description ,
56+ long_description_content_type = "text/markdown" ,
57+ author = AUTHOR ,
58+ author_email = EMAIL ,
59+ license = LICENSE ,
60+ url = WEBSITE ,
61+ py_modules = MODULES ,
62+ scripts = ['bin/jsonpointer' ],
63+ classifiers = CLASSIFIERS ,
64+ python_requires = '>=3.10' ,
65+ )
You can’t perform that action at this time.
0 commit comments