Skip to content

Commit

Permalink
Change project name to hachiko-bapu prevent duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
duangsuse committed Apr 25, 2020
1 parent e3ea8dd commit 284a7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def parse_requirements(requirements):
return list(filter(lambda s: s.strip() != "", items))

setup(
name="Hachiko", version="0.1.1",
name="hachiko-bapu", version="0.1.1",
author="duangsuse", author_email="fedora-opensuse@outlook.com",
url="https://github.com/duangsuse-valid-projects/Hachiko",
description="Simple pygame GUI tool for creating pitch timeline",
Expand All @@ -29,6 +29,7 @@ def parse_requirements(requirements):
"Topic :: Utilities"
],

python_requires=">=3.6",
packages=find_packages(),
install_requires=parse_requirements("requirements.txt"),
extras_require={
Expand Down

0 comments on commit 284a7fa

Please sign in to comment.