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

Commit

Permalink
Merge pull request #3 from nukemiko/0.7.0-dev
Browse files Browse the repository at this point in the history
0.7.0 dev
  • Loading branch information
nukemiko authored Jul 13, 2022
2 parents b79445d + 4bc5bde commit 4a9c7f5
Show file tree
Hide file tree
Showing 21 changed files with 59 additions and 2,247 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

.idea

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
Expand Down
50 changes: 50 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[project]
name = "takiyasha"
dynamic = ["version"]
authors = [
{ name = "nukemiko" },
]
description = "Python 音乐解密工具"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
dependencies = [
"mutagen",
"MusicTagFindUtils>=0.1.2",
"colorama",
"requests",
"libtakiyasha==1.1.0"
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Multimedia :: Sound/Audio",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
]
keywords = ["unlock", "music", "audio", "qmc", "ncm", "mflac", "mgg", "netease", "163", "qqmusic"]

[project.urls]
"Homepage" = "https://github.com/nukemiko/takiyasha"
"Documentation" = "https://github.com/nukemiko/takiyasha/wiki"
"Bug Tracker" = "https://github.com/nukemiko/takiyasha/issues"
"Releases" = "https://github.com/nukemiko/takiyasha/releases"

[project.scripts]
takiyasha = "takiyasha.__main__:main"

[build-system]
requires = ["setuptools>=46.4.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = true

[tool.setuptools.packages.find]
where = ["src"]
namespaces = true

[tool.setuptools.dynamic]
version = { attr = "takiyasha.constants.__VERSION__" }
readme = { file = ["README.md"] }
53 changes: 0 additions & 53 deletions setup.cfg

This file was deleted.

79 changes: 0 additions & 79 deletions src/libtakiyasha/__init__.py

This file was deleted.

179 changes: 0 additions & 179 deletions src/libtakiyasha/common.py

This file was deleted.

25 changes: 0 additions & 25 deletions src/libtakiyasha/exceptions.py

This file was deleted.

Loading

0 comments on commit 4a9c7f5

Please sign in to comment.