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

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hibikidesu committed Jun 25, 2020
1 parent c800dc3 commit 93e1000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup
from setuptools import setup, find_packages


setup(
name="NekoBot",
name="nekobot",
version="1.0",
author="hibikidesu",
description="NekoBot API Python Wrapper",
keywords="nekobot api discord",
url="https://github.com/hibikidesu/NekoBotAPI-py",
packages=["NekoBot"]
packages=find_packages()
)

0 comments on commit 93e1000

Please sign in to comment.