diff --git a/setup.cfg b/setup.cfg index 6a369ff..8f0e6e7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,14 @@ [metadata] -name = nbstrip author = Colm Talbot author_email = talbotcolm@gmail.com -url = https://github.com/ColmTalbot/nbstrip -version = 0.1.0 +classifiers = Programming Language :: Python,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only description = Strip all outputs and metadata from jupyter notebooks license_files = LICENSE -classifiers = Programming Language :: Python,License :: OSI Approved :: MIT License,Operating System :: OS Independent,Programming Language :: Python :: 3 :: Only +long_description = README.md +long_description_content_type = md +name = nbstrip +url = https://github.com/ColmTalbot/nbstrip +version = 0.1.1 [options] py_modules = nbstrip