Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Fix problem with packaging process
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticfall committed Sep 7, 2021
1 parent f0ef796 commit 2228fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

setup(
name="bpystubgen",
version="0.1.0",
version="0.1.1",
author="Xavier Cho",
author_email="mysticfallband@gmail.com",
description="A utility to generate Python API stubs from documentation files in reStructuredText format.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/mysticfall/bpystubgen",
packages=find_namespace_packages(include=["bpystubgen.*"]),
packages=["bpystubgen"],
install_requires=["docutils==0.17.1", "sphinxcontrib-restbuilder==0.3", "black==21.8b0"],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 2228fa8

Please sign in to comment.