Commit Graph

6 Commits

Author SHA1 Message Date
andreika-git 43eb624705 Python3.x: setup.py 2022-03-30 19:04:18 +03:00
olegart d7d08ff98e Update and fix native Win installation 2016-01-31 15:35:54 +03:00
olegart 43077dbd49 Fix setup 2016-01-31 14:41:06 +03:00
olegart ce31a9e9d3 Replace Copying with License 2016-01-18 21:09:17 +03:00
Ian Hartwig 753203172f fix setup.py errors so install and sdist work correctly
* LIBDEST and LIBPYTHON variables seem to exist on different platforms. Check both?
* Fix error in version number making of setup.py (%d when value is string), but superceeded by next change.
* Change version to single string following PEP-0440
* Bump micro version for new packaging. Would be 1.9c, but now 1.9.3.
* Move version info into a __version_info__.py file so it can be imported independently of gerbmerge.gerbmerge. This allows dependency resolution.
* Add requirement for simpleparse so it is installed automatically.
* Add a __main__ for use with `python -m`. This makes it easy to use from a pip installation.
2016-01-01 18:14:50 +00:00
Scott Daniels d49ecb7c57 Initial fork of version 1.8 from Rugged Circuits 2013-03-31 02:24:39 -05:00