Skip to content

Commit

Permalink
Fix and format setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cheran-senthil committed Dec 29, 2021
1 parent 0ab0857 commit fb32ec2
Showing 1 changed file with 23 additions and 18 deletions.
41 changes: 23 additions & 18 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,36 @@ author = C.S. Jiang, Cheran
author_email = [email protected]
# For a list of valid classifiers, see https://pypi.org/classifiers/
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.9
Development Status :: 3 - Alpha
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.9
license_files = LICENSE
description = Audius CLI Music Player
long_description = file: README.md
long_description_content_type = text/markdown

[options]
packages = src
python_requires = >=3.9,<4
packages = find_namespace:
package_dir =
=.
python_requires = >=3.9, <4
install_requires =
certifi==2021.10.8
charset-normalizer==2.0.9
click==8.0.3
idna==3.3
pathspec==0.9.0
py-cui==0.1.4
requests==2.26.0
tomli==1.2.3
urllib3==1.26.7
certifi==2021.10.8
charset-normalizer==2.0.9
click==8.0.3
idna==3.3
pathspec==0.9.0
py-cui==0.1.4
requests==2.26.0
tomli==1.2.3
urllib3==1.26.7

[options.packages.find]
where = .

[options.entry_points]
console_scripts =
audius = src:main
audius = src:main

0 comments on commit fb32ec2

Please sign in to comment.