X Tutup
Skip to content

Commit 68c9538

Browse files
committed
Fix (py)xdg package name
1 parent 57a97d8 commit 68c9538

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ Dependencies
157157
* Pygments
158158
* curtsies >= 0.3.3
159159
* greenlet
160+
* pyxdg
160161
* requests
161-
* xdg
162162
* Sphinx >= 1.5 (optional, for the documentation)
163163
* babel (optional, for internationalization)
164164
* jedi (optional, for experimental multiline completion)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pygments
22
curtsies >=0.3.3
33
greenlet
4+
pyxdg
45
requests
56
setuptools
6-
xdg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def git_describe_to_python_version(version):
174174
"curtsies >=0.3.3",
175175
"greenlet",
176176
"wcwidth",
177-
"xdg",
177+
"pyxdg",
178178
]
179179

180180
extras_require = {

0 commit comments

Comments
 (0)
X Tutup