Skip to content

Commit

Permalink
Update to python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNereof committed Feb 16, 2021
2 parents 715f017 + 7c637b2 commit c353fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![PyPI license](https://img.shields.io/pypi/l/pyscp.svg)](https://pypi.python.org/pypi/pyscp/)
[![PyPI version fury.io](https://badge.fury.io/py/pyscp.svg)](https://pypi.python.org/pypi/pyscp/)
[![PyPI version shields.io](https://img.shields.io/pypi/v/pyscp.svg)](https://pypi.python.org/pypi/pyscp/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pyscp.svg)](https://pypi.python.org/pypi/pyscp/)

**pyscp** is a python library for interacting with wikidot-hosted websites. The library is mainly intended for use by the administrative staff of the www.scpwiki.com website, and has a host of feature exclusive to it. However, the majority of the core functionality should be applicalbe to any wikidot-based site.
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='pyscp',
version='1.1.9',
version='1.1.10',
description='Python API and utilities for the www.scpwiki.com website.',
long_description=readme,
long_description_content_type="text/markdown",
Expand All @@ -25,7 +25,8 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'],
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'],
keywords=['scp', 'wikidot'],
packages=['pyscp'],
install_requires=requirements,
Expand Down

0 comments on commit c353fd9

Please sign in to comment.