Skip to content

Commit 54ba6ae

Browse files
committed
chore: organizing project
1 parent a48f726 commit 54ba6ae

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

setup.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[metadata]
2-
name = bspcq
3-
version = 0.1.4
42
author = Aiden Langley
53
author_email = aiden@nedia.dev
64
description = 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
125
classifiers =
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
2013
keywords = 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]
2323
package_dir =
@@ -30,4 +30,4 @@ where = src
3030

3131
[options.entry_points]
3232
console_scripts =
33-
bspcq = bspcq:bspcq [rich]
33+
bspcq = bspcq:main [rich]

src/bspcq.egg-info/PKG-INFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: bspcq
3-
Version: 0.1.4
3+
Version: 0.1.5
44
Summary: A `bspc` analyzer & a utility for bspwm
55
Home-page: https://github.com/aidenlangley/bspcq
66
Author: Aiden Langley
@@ -9,12 +9,12 @@ License: UNKNOWN
99
Project-URL: Bug Tracker, https://github.com/aidenlangley/bspcq/issues
1010
Keywords: bspwm
1111
Platform: UNKNOWN
12-
Classifier: Programming Language :: Python :: 3
13-
Classifier: License :: OSI Approved :: MIT License
1412
Classifier: Environment :: Console
1513
Classifier: Environment :: X11 Applications
1614
Classifier: Intended Audience :: End Users/Desktop
15+
Classifier: License :: OSI Approved :: MIT License
1716
Classifier: Operating System :: POSIX :: Linux
17+
Classifier: Programming Language :: Python :: 3
1818
Classifier: Topic :: Desktop Environment :: Window Managers
1919
Requires-Python: >=3.6
2020
Description-Content-Type: text/markdown

src/bspcq.egg-info/SOURCES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ README.md
33
pyproject.toml
44
setup.cfg
55
src/bspcq/__init__.py
6+
src/bspcq/bspcq.py
7+
src/bspcq/tests.py
68
src/bspcq.egg-info/PKG-INFO
79
src/bspcq.egg-info/SOURCES.txt
810
src/bspcq.egg-info/dependency_links.txt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[console_scripts]
2-
bspcq = bspcq:bspcq [rich]
2+
bspcq = bspcq:main [rich]
33

src/bspcq/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
import unittest

0 commit comments

Comments
 (0)