Commit Graph

43 Commits

Author SHA1 Message Date
Casper da Costa-Luis 1cf3393255
find_packages() for submodules
fixes 97a9393274 (commitcomment-29855558)
2018-07-31 08:46:45 +00:00
Hugo 95107d24bf
Add python_requires to help pip
closes #557
2018-05-21 18:50:24 +01:00
Casper da Costa-Luis ce3a728f57
update framework
- clean .gitignore
- tidy and update setup.py, README.rst, Makefile
2018-01-29 00:48:54 +00:00
Casper da Costa-Luis 5933c684d7
fix pypi ReST
blame it on https://github.com/pypa/warehouse/issues/2170
also minor flake8 fix
2017-10-05 01:37:24 +01:00
Casper da Costa-Luis a6ef53c054
tqdm.1 man page 2017-10-03 17:13:25 +01:00
Casper da Costa-Luis 4857462f92
minor safety, comments tidy, flake8 fixes, show coverage 2017-01-22 14:23:52 +00:00
Casper da Costa-Luis 795732207e add Py3.6 2017-01-19 22:58:56 +00:00
Casper da Costa-Luis b479d1519b safer setup.py file paths 2016-12-31 08:36:57 +00:00
Casper da Costa-Luis a65e347518 bump version, minor comments 2016-10-31 02:34:23 +00:00
Casper da Costa-Luis c2941fbe45 spring clean (mostly pragma) 2016-06-05 15:50:29 +01:00
Casper da Costa-Luis 03fb33eff6 licen[cs]e back in manifest 2016-04-24 15:07:40 +01:00
Casper da Costa-Luis d401184da4 Make, flake8 tidy 2016-04-07 22:10:09 +01:00
Casper da Costa-Luis 53206c3614 codecov test work-around 2016-04-03 21:55:19 +01:00
Casper da Costa-Luis 7c75d797b7 module command registered, doc updates, tests 2016-04-03 21:19:34 +01:00
Casper da Costa-Luis 12758e5990 flake8 fixes 2016-01-22 23:13:18 +00:00
Shirish Pokharel 23c596fb33 Fixed setup.py so that it doesn't throw encoding error.
Without specifying the encoding of the README file, the open defaults to system config encoding, which doesn't have to be 'utf-8'. Opening the file in UTF-8 mode fixes that.

Traceback of the error thrown without the fix:

`Traceback (most recent call last):
  File "setup.py", line 156, in <module>
    README_rst = fd.read()
  File "C:\Users\n0272436\Downloads\WinPython-32bit-3.4.3.4\python-3.4.3\lib\encodings\cp1252.py", line 23,
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 17233: character maps to <undefined>
`

The error in question is referred to, and discussed here:

http://stackoverflow.com/questions/25049962/is-encoding-is-an-invalid-keyword-error-inevitable-in-python-2-x
2016-01-22 23:12:37 +00:00
Stephen L 17eaa7135d Update classifier troves + bump version 3.7.1
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2016-01-13 12:06:20 +01:00
Stephen L 8b89e16b68 Fix Makefile management for Python 3
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2016-01-05 20:11:10 +01:00
Stephen L 36fd3a2492 Update OS support in documentation and troves
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-12-29 16:37:02 +01:00
Casper da Costa-Luis 1921d87464 separate performance tests without coverage to increase speed, Makefile jobserver support 2015-11-12 09:38:32 +00:00
Casper da Costa-Luis f54e371a40 broken Makefile bugfix 2015-11-07 23:17:41 +00:00
Stephen L 11ecc25867 python setup.py makefile supports quoted strings + better build commands
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-11-07 19:01:28 +01:00
Casper da Costa-Luis 7decf040f3 setup.py flake8 tests and compliance, minor typos and rewording 2015-11-01 16:04:02 +00:00
Casper da Costa-Luis 76f0cd0a23 setup.py Makefile fix 2015-10-31 11:43:40 +00:00
Stephen L 487cc2fd7d Add --help message for `python setup.py make`
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-15 22:36:45 +02:00
Stephen L 89b2a8ca00 fix compat again
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-15 15:58:00 +02:00
Stephen L 8a70f97464 fix setup.py: Python 3 compatibility
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-15 15:56:36 +02:00
Stephen L 7405a59ff2 Add `python setup.py make [alias]` (aka Makefile parsing in setup.py)
+ Tox check

Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-15 15:47:02 +02:00
Stephen L 3266adcbf8 Nose is the default unittest when `python setup.py test`
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-13 22:49:20 +02:00
Stephen L 070c5c5ca1 Readme.rst in setup.py
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 21:01:56 +02:00
Hadrien Mary 45c791954e Read version number from tqdm/_version.py 2015-10-11 18:29:12 +01:00
Casper da Costa-Luis 1eb689c1fc misc cleaning of docstrings 2015-10-11 18:28:00 +01:00
Stephen L 0a063c7024 Update pypi infos
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 15:01:59 +02:00
Stephen L 1026a5ab5d Fix pypi packaging
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 13:05:07 +02:00
Stephen L 53d09ad8bd Update pypi package setup
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 12:42:07 +02:00
Stephen L e572e9baa1 Prepare pypi packaging
Signed-off-by: Stephen L. <lrq3000@gmail.com>
2015-10-11 12:18:26 +02:00
Mikhail Korobov 3ae3bc4219 update contributing docs; remove a whitespace before !; add executable flag to setup.py 2015-06-08 03:33:43 +05:00
Mikhail Korobov 3b5352a50e cleanup
* bring tox.ini back;
* switch Travis to use tox, for consistency;
* enable branch coverage;
* drop Makefile;
* bring back setup.cfg for proper wheels;
* fix modules vs packages in setup.py;
* set version back to 1.0 for now;
2015-06-08 03:06:41 +05:00
Hadrien Mary ccb05c2e04 New tqdm module structure and add a Makefile 2015-06-06 15:35:28 +02:00
Mikhail Korobov 4c979245b5 add license and Python version info to setup.py 2015-04-17 04:01:18 +05:00
stonebig cbc632262f do my wheel !
python setup.py sdist bdist_wheel
2015-01-24 14:23:14 +01:00
Noam Yorav-Raphael 2ef7f7c675 Update setup.py with version (1.0) 2013-10-26 23:06:04 +03:00
Noam Yorav-Raphael d622b1807f Add setup.py 2013-10-26 22:59:26 +03:00