remove at least some autogenerated files

- probably should modify setup so that autogenerated files don't
  end up being created in the src directory...
- these files are being generated on setup.py install - would be better
  if they were created with build so they don't end up as write
  protected files when running sudo python setup.py install
This commit is contained in:
Lucid CNC 2019-07-26 08:05:00 -04:00
parent 37a36ae2d5
commit d1307fadf1
7 changed files with 2 additions and 73 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@
# build # build
build/* build/*
src/pygcode.egg-info/*
dist/pygcode-*.egg

View File

@ -1,46 +0,0 @@
Metadata-Version: 1.1
Name: pygcode
Version: 0.2.1
Summary: Basic g-code parser, interpreter, and encoder library.
Home-page: https://github.com/fragmuffin/pygcode
Author: Peter Boin
Author-email: peter.boin@gmail.com
License: GPLv3
Description-Content-Type: UNKNOWN
Description: =======
pygcode
=======
GCODE Parser for Python
Currently in development, ``pygcode`` is a low-level GCode interpreter
for python.
Installation
============
Install using ``pip``
``pip install pygcode``
or `download directly from PyPi <https://pypi.python.org/pypi/pygcode>`__
Documentation
=============
`Check out the wiki <https://github.com/fragmuffin/pygcode/wiki>`__ for documentation.
Keywords: gcode,cnc,parser,interpreter
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering

View File

@ -1,21 +0,0 @@
README.rst
setup.cfg
setup.py
scripts/pygcode-crop
scripts/pygcode-norm
src/pygcode/__init__.py
src/pygcode/block.py
src/pygcode/comment.py
src/pygcode/exceptions.py
src/pygcode/gcodes.py
src/pygcode/line.py
src/pygcode/machine.py
src/pygcode/transform.py
src/pygcode/utils.py
src/pygcode/words.py
src/pygcode.egg-info/PKG-INFO
src/pygcode.egg-info/SOURCES.txt
src/pygcode.egg-info/dependency_links.txt
src/pygcode.egg-info/not-zip-safe
src/pygcode.egg-info/requires.txt
src/pygcode.egg-info/top_level.txt

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@

View File

@ -1,3 +0,0 @@
argparse
euclid3
six

View File

@ -1 +0,0 @@
pygcode