File tree Expand file tree Collapse file tree 5 files changed +16
-15
lines changed
Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 11[metadata]
2- name = bspcq
3- version = 0.1.4
42author = Aiden Langley
53author_email = aiden@nedia.dev
64description = A `bspc` analyzer & a utility for bspwm
7- long_description = file: README.md
8- long_description_content_type = text/markdown
9- url = https://github.com/aidenlangley/bspcq
10- project_urls =
11- Bug Tracker = https://github.com/aidenlangley/bspcq/issues
125classifiers =
13- Programming Language :: Python :: 3
14- License :: OSI Approved :: MIT License
156 Environment :: Console
167 Environment :: X11 Applications
178 Intended Audience :: End Users/Desktop
9+ License :: OSI Approved :: MIT License
1810 Operating System :: POSIX :: Linux
11+ Programming Language :: Python :: 3
1912 Topic :: Desktop Environment :: Window Managers
2013keywords = bspwm
14+ long_description = file: README.md
15+ long_description_content_type = text/markdown
16+ name = bspcq
17+ project_urls =
18+ Bug Tracker = https://github.com/aidenlangley/bspcq/issues
19+ url = https://github.com/aidenlangley/bspcq
20+ version = 0.1.5
2121
2222[options]
2323package_dir =
@@ -30,4 +30,4 @@ where = src
3030
3131[options.entry_points]
3232console_scripts =
33- bspcq = bspcq:bspcq [rich]
33+ bspcq = bspcq:main [rich]
Original file line number Diff line number Diff line change 11Metadata-Version: 2.1
22Name: bspcq
3- Version: 0.1.4
3+ Version: 0.1.5
44Summary: A `bspc` analyzer & a utility for bspwm
55Home-page: https://github.com/aidenlangley/bspcq
66Author: Aiden Langley
@@ -9,12 +9,12 @@ License: UNKNOWN
99Project-URL: Bug Tracker, https://github.com/aidenlangley/bspcq/issues
1010Keywords: bspwm
1111Platform: UNKNOWN
12- Classifier: Programming Language :: Python :: 3
13- Classifier: License :: OSI Approved :: MIT License
1412Classifier: Environment :: Console
1513Classifier: Environment :: X11 Applications
1614Classifier: Intended Audience :: End Users/Desktop
15+ Classifier: License :: OSI Approved :: MIT License
1716Classifier: Operating System :: POSIX :: Linux
17+ Classifier: Programming Language :: Python :: 3
1818Classifier: Topic :: Desktop Environment :: Window Managers
1919Requires-Python: >=3.6
2020Description-Content-Type: text/markdown
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ README.md
33pyproject.toml
44setup.cfg
55src/bspcq/__init__.py
6+ src/bspcq/bspcq.py
7+ src/bspcq/tests.py
68src/bspcq.egg-info/PKG-INFO
79src/bspcq.egg-info/SOURCES.txt
810src/bspcq.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change 11[console_scripts]
2- bspcq = bspcq:bspcq [rich]
2+ bspcq = bspcq:main [rich]
33
Original file line number Diff line number Diff line change 1- import unittest
You can’t perform that action at this time.
0 commit comments