Skip to content

Commit

Permalink
get rid of 3.5 support and future-fstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Sep 12, 2019
1 parent ffa0f67 commit 668bbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion legacy_api_wrap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# coding: future-fstrings
"""
Legacy API wrapper.
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ['flit>=1.3', 'future-fstrings']
requires = ['flit>=1.3']
build-backend = 'flit.buildapi'

[tool.flit.metadata]
Expand All @@ -9,11 +9,10 @@ description-file = 'README.rst'
author = 'Philipp A.'
author-email = 'flying-sheep@web.de'
home-page = 'https://github.com/flying-sheep/legacy-api-wrap'
requires-python = '>=3.5'
requires-python = '>=3.6'
requires = [
'get-version >=2.0.4',
'setuptools',
'future-fstrings',
]
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 668bbb3

Please sign in to comment.