Commit graph

21 commits

Author SHA1 Message Date
Stavros Ntentos
01aedcc642 Prepare for new colout version
Because there is a weird `v0.11` tag, we pick the next version `v0.12.0`,
instead of the "real" next version aka `v0.7.0`

This project is considered to use Semantic Versioning (https://semver.org/)
(https://semver.org/spec/v2.0.0.html as of now)

Python versioning updates:
* Unify that package is offered for >=Python3.5
  2.7 support was dropped in dab5555503,
  and <3.5 versions do not exist in https://devguide.python.org/#status-of-python-branches as of committing time

* Add some classifiers (YMMV, my first pip package)
* Add some bare-bones `tox` configuration (YMMV, my first tox interaction)
* Add packages required for packaging/deployment in `requirements-build.txt`
* `README.md` is not required to be packaged anymore - it is read at install time
  * Fix Content-Type for PyPI

* Update `README.md`:
  * Reorder installation options (`pip` > `pipsi` > `ppa`)
  * Hard wrap at 100 chars for "meaningful" offences.
  * Add myself as maintainer
  * Remove escapes that don't make sense in CommonMark
    (GFM, as project is hosted in Github)
  * Fix typos

* Add a more complete `.gitignore` file
2020-06-03 00:56:32 +03:00
Stavros Ntentos
70bec38546 Merge branch 'Code0x58-releases'
Closes #2

Conflicts:
	setup.py (PR #1 aka #102)

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
2018-10-26 11:28:00 +03:00
Jeff Quast
6256b30582
this might help..
This should prevent the following error,

```
$ pip --version
pip 18.1 from /Users/jq/.pyenv/versions/3.6.5/envs/jupyter/lib/python3.6/site-packages/pip (python 3.6)
$ pip install colout
Collecting colout
  Downloading https://files.pythonhosted.org/packages/3d/ba/3ef31c0df3ace69271cc8b1af6b529f24de66ff42c0d99a8d18aa980a307/colout-0.5.tar.gz (47kB)
    100% |████████████████████████████████| 51kB 970kB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/0x/y8s2qlk558596kyqdhv3nwv40000gn/T/pip-install-gixoekff/colout/setup.py", line 25, in <module>
        long_description=open('README.md').read(),
    FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/0x/y8s2qlk558596kyqdhv3nwv40000gn/T/pip-install-gixoekff/colout/
```
2018-10-07 23:40:47 -07:00
Oliver Bristow
b77d79e596
Mark python version support 2018-08-16 23:28:22 +01:00
Oliver Bristow
f9ec8cba39
Replace shell script with console scripts 2018-08-16 23:25:51 +01:00
Oliver Bristow
a7a5f6adb8
Publish universal wheel 2018-08-16 23:25:51 +01:00
Oliver Bristow
e49b42db45
Add 3.3 classifier 2018-08-16 23:25:51 +01:00
Oliver Bristow
b0d41ab172
Remove argparse requirement as code not 2.6 compatible 2018-08-16 23:25:51 +01:00
Oliver Bristow
7d848d09e8
Add package classifiers 2018-08-16 23:25:51 +01:00
Oliver Bristow
a261a2dfa8
Use version from SCM 2018-08-16 23:25:51 +01:00
cb790b3089 Merge branch 'tweaks' of git://github.com/Code0x58/colout into develop 2018-08-03 15:30:15 +02:00
Oliver Bristow
9d90694375
Only require argparse for python < 2.7 2018-08-02 12:55:03 +01:00
1bebce1c63 version 0.6 2018-03-04 20:39:33 +01:00
Mantas
4a66a29761 Do not include whole licence text into licence field
In setup.py, licence field should be short licence abbreviation, not a full
licence text.
2017-06-23 12:57:05 +03:00
Mantas
b7e71fc32f Fixes #88: failed to install with pip
Also this fix includes package version issue, fixed in #87.

In order to generate python package with all the files in it, use this command:

    python setup.py sdist
2017-06-23 11:50:53 +03:00
Adrian Sadłocha
5c62631859 Fix typos
Changes occurrences of 'Ouput' to 'Output'
2014-06-28 13:51:49 +02:00
64454e42f1 Use python3 everywhere 2013-05-05 00:20:24 +02:00
d91c333d63 Merge pull request #25 from martin-ueding/launcher
Add launcher script
2013-05-04 15:16:29 -07:00
Martin Ueding
177c11fd9a Add launcher script
I tried to package this program in Ubuntu, and found that it has no
startup script. So I added a `colout` script that gets installed into
the scripts directory with the `setup.py`.
2013-04-28 15:53:00 +02:00
Xu Di
37934e9266 colout/colout.py uses python3, whereas it really needs python2,
also add requirement in setup, makes it auto-install requirement
package.
2013-04-22 13:34:06 +08:00
Piotr Staroszczyk
8df684f3a0 add setup.py 2013-04-09 19:12:26 +02:00