Skip to content

Commit

Permalink
use pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Aug 2, 2019
1 parent c9f6cce commit 146fdfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools >= 40.6.0", "wheel >= 0.31"]
5 changes: 1 addition & 4 deletions setup.cfg
Expand Up @@ -3,7 +3,7 @@ name = pylivestream
version = 1.9.4
author = Michael Hirsch, Ph.D.
author_email = scivision@users.noreply.github.com
description = Easy streaming using FFmpeg to YouTube Live, Periscope, Facebook Live, Twitch, and many more
description = Livestream using FFmpeg to YouTube Live, Periscope, Facebook Live, Twitch, Mixer, and many more
url = https://github.com/scivision/pylivestream
keywords =
youtube
Expand All @@ -30,9 +30,6 @@ long_description_content_type = text/markdown

[options]
python_requires = >= 3.6
setup_requires =
setuptools >= 40.6.0
pip >= 10
packages = find:
zip_safe: false
scripts =
Expand Down

0 comments on commit 146fdfe

Please sign in to comment.