This repository was archived by the owner on Oct 3, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
43 lines (41 loc) · 1.4 KB
/
setup.cfg
File metadata and controls
43 lines (41 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[metadata]
name = google_music_manager_uploader
version = attr: google_music_manager_uploader.__version__
description = Google MusicManager package to manage your music library to Google Music - Upload module
long_description = file: README.rst
author = Jay MOULIN
author_email = jay@femtopixel.com
url = https://github.com/jaymoulin/google-music-manager-uploader/
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Communications :: File Sharing
Topic :: Artistic Software
Topic :: Internet :: File Transfer Protocol (FTP)
Topic :: Home Automation
Topic :: Internet
Topic :: Multimedia :: Sound/Audio
[options]
include_package_data = True
packages = find:
install_requires =
watchdog
google_music_manager_auth
bs4
netifaces
requests
python_requires = >=3
[options.entry_points]
console_scripts =
google-music-upload = google_music_manager_uploader.uploader_daemon:main
google-music-upload-deduplicate = google_music_manager_uploader.deduplicate:main