Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit a64350c

Browse files
committed
chore(version): Bump version, tweak tags and docs
1 parent 04a3865 commit a64350c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here's how to run all the development stuff.
1010
* `pytest -v` in the root directory
1111
* It's best to run a test against Notion's API as well with `pipenv run python -m md2notion.upload [token] https://www.notion.so/TestPage-8937635afd984d2f953a1750dfce4d26 tests/COMPREHENSIVE_TEST.md` with your token and page.
1212
* To test coverage run `pipenv run coverage run -m pytest -v`
13-
* Then run `pipenv run coverage report` or `pipenv run coverage html` and browser the coverage
13+
* Then run `pipenv run coverage report` or `pipenv run coverage html` and browser the coverage (TODO: Figure out a way to make a badge for this??)
1414

1515
## Releasing
1616
Refer to [the python docs on packaging for clarification](https://packaging.python.org/tutorials/packaging-projects/).

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='md2notion',
5-
version='2.0.1',
5+
version='2.1.1',
66
description='Utilities for importing Markdown files to Notion.so',
77
long_description=open('README.md', 'r').read(),
88
long_description_content_type="text/markdown",
@@ -16,8 +16,10 @@
1616
'License :: OSI Approved :: MIT License',
1717
'Programming Language :: Python :: 3.6',
1818
'Programming Language :: Python :: 3.7',
19+
'Programming Language :: Python :: 3.8',
1920
'Topic :: Office/Business :: News/Diary',
2021
'Topic :: System :: Filesystems',
22+
'Topic :: Text Processing :: Markup :: Markdown',
2123
'Topic :: Utilities'
2224
],
2325
install_requires=[

0 commit comments

Comments
 (0)