Remove egg & update gitignore for vscode files
Remove egg & update gitignore for vscode files
This commit is contained in:
@@ -9,4 +9,6 @@ dist
|
|||||||
# Nosetests files
|
# Nosetests files
|
||||||
cover/
|
cover/
|
||||||
.coverage
|
.coverage
|
||||||
|
|
||||||
|
# Ignore Vscode files
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
Metadata-Version: 2.1
|
|
||||||
Name: sucks
|
|
||||||
Version: 0.9.3
|
|
||||||
Summary: a library for controlling certain robot vacuums
|
|
||||||
Home-page: https://github.com/wpietri/sucks
|
|
||||||
Author: William Pietri
|
|
||||||
Author-email: sucks-users@googlegroups.com
|
|
||||||
License: GPL-3.0
|
|
||||||
Description: UNKNOWN
|
|
||||||
Keywords: home automation vacuum robot
|
|
||||||
Platform: UNKNOWN
|
|
||||||
Classifier: Development Status :: 4 - Beta
|
|
||||||
Classifier: Intended Audience :: Developers
|
|
||||||
Classifier: Topic :: Software Development :: Libraries
|
|
||||||
Classifier: Topic :: Home Automation
|
|
||||||
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
||||||
Classifier: Programming Language :: Python :: 3.5
|
|
||||||
Provides-Extra: dev
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
README.md
|
|
||||||
setup.py
|
|
||||||
sucks/__init__.py
|
|
||||||
sucks/cli.py
|
|
||||||
sucks.egg-info/PKG-INFO
|
|
||||||
sucks.egg-info/SOURCES.txt
|
|
||||||
sucks.egg-info/dependency_links.txt
|
|
||||||
sucks.egg-info/entry_points.txt
|
|
||||||
sucks.egg-info/requires.txt
|
|
||||||
sucks.egg-info/top_level.txt
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[console_scripts]
|
|
||||||
sucks = sucks.cli:cli
|
|
||||||
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
sleekxmpp>=1.3
|
|
||||||
click>=6
|
|
||||||
requests>=2.18
|
|
||||||
pycryptodome>=3.4
|
|
||||||
pycountry-convert>=0.5
|
|
||||||
stringcase>=1.2
|
|
||||||
|
|
||||||
[dev]
|
|
||||||
nose
|
|
||||||
requests-mock>=1.3
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
sucks
|
|
||||||
Reference in New Issue
Block a user