Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucharo committed Mar 12, 2021
1 parent 8f6acd2 commit 4a366d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 52 deletions.
2 changes: 1 addition & 1 deletion nb2medium/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1"
__version__ = "0.0.2"


# Jupyter Extension points
Expand Down
57 changes: 6 additions & 51 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,73 +1,28 @@
[DEFAULT]
# All sections below are required unless otherwise specified
host = github
lib_name = nb2medium
# For Enterprise Git add variable repo_name and company name
# repo_name = analytics
# company_name = nike

user = lucharo
description = Python package and Jupyter extension that enables submitting Medium drafts elegantly from a Jupyter Notebook
keywords = medium blogging jupyter notebooks python
author = Luis Chaves
author_email = [email protected]
copyright = GPLv3 Licence
branch = master
version = 0.0.1
version = 0.0.2
min_python = 3.6
audience = Developers
language = English
# Set to True if you want to create a more fancy sidebar.json than the default
custom_sidebar = False
# Add licenses and see current list in `setup.py`
license = apache2
# From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive
status = 3

# Optional. Same format as setuptools requirements
requirements = requests nbconvert pandas lxml beautifulsoup4 fastcore
# Optional. Same format as setuptools console_scripts
console_scripts = nb2medium=nb2medium.upload:nb2medium
# Optional. Same format as setuptools dependency-links
# dep_links =

###
# You probably won't need to change anything under here,
# unless you have some special requirements
###

# Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root
nbs_path = nbs
doc_path = docs

# Whether to look for library notebooks recursively in the `nbs_path` dir
recursive = False
doc_host = https://lucharo.github.io
doc_baseurl = /nb2medium/
git_url = https://github.com/lucharo/nb2medium/tree/master/
lib_path = nb2medium
title = nb2medium

# Anything shown as '%(...)s' is substituted with that setting automatically
doc_host = https://%(user)s.github.io
#For Enterprise Git pages use:
#doc_host = https://pages.github.%(company_name)s.com.


doc_baseurl = /%(lib_name)s/
# For Enterprise Github pages docs use:
# doc_baseurl = /%(repo_name)s/%(lib_name)s/

git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
# For Enterprise Github use:
#git_url = https://github.%(company_name)s.com/%(repo_name)s/%(lib_name)s/tree/%(branch)s/

lib_path = %(lib_name)s
title = %(lib_name)s

#Optional advanced parameters
#Monospace docstings: adds <pre> tags around the doc strings, preserving newlines/indentation.
#monospace_docstrings = False
#Test flags: introduce here the test flags you want to use separated by |
#tst_flags =
#Custom sidebar: customize sidebar.json yourself for advanced sidebars (False/True)
#custom_sidebar =
#Cell spacing: if you want cell blocks in code separated by more than one new line
#cell_spacing =
#Custom jekyll styles: if you want more jekyll styles than tip/important/warning, set them here
#jekyll_styles = note,warning,tip,important

0 comments on commit 4a366d4

Please sign in to comment.