We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe5b56 commit 17ca1fbCopy full SHA for 17ca1fb
environment.yml
@@ -32,4 +32,3 @@ dependencies:
32
- zlib=1.2.11=h7b6447c_3
33
- pip:
34
- urwid==2.1.0
35
-prefix: /home/milad/workspace/miniconda3/envs/slurmtop
setup.py
@@ -3,7 +3,7 @@
3
with open("README.md", "r") as fh:
4
readme = fh.read()
5
6
-packages=find_packages()
+packages = find_packages()
7
print(packages)
8
9
setup(
@@ -18,8 +18,8 @@
18
author_email="milad@mil.ad",
19
classifiers=[
20
"Intended Audience :: Developers",
21
- "License :: OSI Approved :: MIT License"
+ "License :: OSI Approved :: MIT License",
22
],
23
install_requires=["urwid"],
24
python_requires=">=3.6",
25
-)
+)
0 commit comments