Skip to content

Commit

Permalink
Fix for setup.py failure
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pedro-psb committed Mar 20, 2024
1 parent a9cd867 commit b93ca92
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
from setuptools import setup, find_packages
from setuptools import setup

setup(
name="pulp-docs",
version="0.0.1",
description="Description of my package",
packages=find_packages(),
)
setup()

0 comments on commit b93ca92

Please sign in to comment.