Remove egg & update gitignore for vscode files

Remove egg & update gitignore for vscode files
This commit is contained in:
Brian Martin
2019-01-14 14:20:25 -05:00
parent d070ab7812
commit ef467acaf8
7 changed files with 2 additions and 43 deletions
+2
View File
@@ -9,4 +9,6 @@ dist
# Nosetests files
cover/
.coverage
# Ignore Vscode files
.vscode/
-18
View File
@@ -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
-10
View File
@@ -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
View File
@@ -1 +0,0 @@
-3
View File
@@ -1,3 +0,0 @@
[console_scripts]
sucks = sucks.cli:cli
-10
View File
@@ -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
View File
@@ -1 +0,0 @@
sucks