Skip to content

Commit

Permalink
make use of the build tools (compatible with PEP 518 / PEP 517)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiankai committed Apr 3, 2022
1 parent 38d78c2 commit 9b7b485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from setuptools import setup, find_packages
import januscloud

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.md')).read()
Expand All @@ -17,7 +16,7 @@
]

setup(name='janus-cloud',
version=januscloud.__version__,
version='0.7.0',
license='AGPLv3',
url='https://github.com/OpenSight/janus-cloud',
description='Janus-cloud is a cluster solution for Janus WebRTC server, by API proxy approach',
Expand Down

0 comments on commit 9b7b485

Please sign in to comment.