Skip to content

Commit

Permalink
setup changes for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Aug 31, 2021
1 parent 98f8caf commit 8946ed0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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", "wheel"]
build-backend = "setuptools.build_meta"
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@
long_desc = '''
This package contains the youtube Sphinx extension.
The extension defines a directive, "youtube", for embedding YouTube
videos.
The extension defines the directives, "youtube" and "vimeo", for embedding
YouTube and Vimeo videos, respectively.
'''

requires = ['Sphinx>=0.6']

setup(
name='sphinxcontrib-youtube',
version='1.0',
version='1.0.0',
url='https://github.com/sphinx-contrib/youtube',
license='BSD',
author='Chris Pickel',
author_email='[email protected]',
maintainer='David A. Ham',
maintainer_email='[email protected]',
description='Sphinx "youtube" extension',
long_description=long_desc,
zip_safe=False,
Expand Down

0 comments on commit 8946ed0

Please sign in to comment.