Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
N3RDIUM committed May 15, 2022
1 parent 0a6f09c commit be28438
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion PyTaskbar/readme.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ Unfortunately, I did not upload this to Pypi, so you cannot install it with pip.

6.type 'python install.py' and hit enter.

7.copy 'TaskbarLib.tlb' to your project directory.

8.Try out the [example](#docs_example) now!

##### [back to top](#index)
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ def copy_tlb(dst):
packages = setuptools.find_packages(include=['PyTaskbar']),
package_dir={'PyTaskbar': 'PyTaskbar'},
classifiers = [
'Programming Language :: Python :: 3',
'Liscence :: OSI Approved :: MIT Licence',
'Operating System :: Windows'
'License :: OSI Approved :: MIT License',
'Operating System :: Microsoft :: Windows :: Windows 10',
],
python_requires='>=3.6',
install_requires=[
'comtypes',
'setuptools',
],
include_package_data=True,
url = 'https://github.com/somePythonProgrammer/PyTaskbar',
long_description_content_type='text/markdown',
long_description=open('README.md').read(),
)

0 comments on commit be28438

Please sign in to comment.