summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Finish converting tests to work both on Python 2 and 3. Also, drop 2to3 for ↵Claudiu Popa2015-03-261-6/+0
| | | | tests.
* Use the license from __pkginfo__, not the builtin function.Claudiu Popa2015-03-121-1/+1
|
* Remove support for subpackage_of. Use absolute path for readme. Use absolute ↵Ionel Cristian Maries2015-02-141-55/+28
| | | | path for __pkginfo__.py. Graft the tests dir (via MANIFEST.in).
* Check for easy_install_lib instead of easy_install, the latter might not exist.Claudiu Popa2015-01-121-1/+1
|
* Don't compile test files when installing.Claudiu Popa2015-01-121-4/+24
|
* Fix typo.Pedro Algarvio2014-12-041-1/+1
|
* New style tuple syntax is only supported on Python >= 2.7Pedro Algarvio2014-11-281-2/+2
|
* Use a with statement in setup.pyClaudiu Popa2014-10-261-3/+2
|
* Update the list of exclusions from 2to3.Claudiu Popa2014-09-301-3/+2
|
* Use ignore parameter for shutil.copytree in setup.py.Claudiu Popa2014-09-301-8/+2
|
* Use with statement to prevent resource warnings.Claudiu Popa2014-09-301-1/+2
|
* Use absolute importsBrett Cannon2014-08-291-1/+1
|
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-9/+3
|
* More test cases moved to the new test framework.Torsten Marek2014-07-271-1/+2
|
* linting pylintSylvain Th?nault2014-07-251-9/+9
|
* oops, drop unintentionnaly commited print, breaking py3 installSylvain Th?nault2014-04-181-1/+0
|
* [packaging] attempt to skip byte-compilation for tests filesSylvain Th?nault2014-04-181-3/+9
| | | | | | | | This doesn't occurs when using bare distutils but does when using setuptools (eg from easy_install/pip). As setuptools seems broken on my box, I've not been able to test that. (Hopefuly) closes #171
* code commented and import moved so it won't run when python>2.5Ricardo Gemignani2014-03-061-0/+3
|
* except as replaced by commas, one with_statement future import added and ↵Ricardo Gemignani2014-03-061-1/+6
| | | | StringFormat used to replace string.format when python < 2.6
* give trove classifiers to distutils. Closes #152Sylvain Th?nault2014-02-261-1/+2
|
* various pylint fixesSylvain Th?nault2013-12-221-16/+18
|
* setup.py: don't call 2to3 directlyBenedikt Morbach2013-10-031-8/+2
|
* #51: Building pylint Windows installer for Python3 failsT.Rzepka2013-09-211-1/+7
|
* [pkg] install tests and run 2to3 on themJulien Cristau2013-06-191-15/+13
| | | | Don't run 2to3 on a file with syntax errors in it.
* create a console_scripts entry point to be used by easy_install, buildout ↵Sylvain Th?nault2012-09-141-4/+13
| | | | | | and pip. Closes #103949 uniformize run interface and update licensing on the way
* Do not include tests files for installation in setup.py. Clean setup.py for ↵FELD Boris2012-07-261-8/+1
| | | | python3. Closes #72022. Closes #82417. Closes #76910.
* py3k packaging: remove removed files from P3K_FILES_TO_IGNOREEmile Anclin2010-12-161-5/+3
|
* fix #51228: script shortcuts on WindowsEmile Anclin2010-12-091-4/+2
|
* [debian] py3k: override build_py command with filtering some test filesJulien Jehannet2010-12-061-1/+30
|
* [pkginfo] make setup.py py3k compatibleJulien Jehannet2010-11-191-3/+3
|
* packaging : add py3k target; update setup.py and other files to make py3k ↵Emile Anclin2010-11-101-72/+91
| | | | packaging work
* pkginfo: minor changes to stick to new policyJulien Jehannet2010-05-251-2/+2
|
* cleanup, d-t-w, fix remaining [en|dis] method callSylvain Th?nault2010-04-191-12/+2
|
* use generic disable / enable methods and inline optionSylvain Th?nault2010-04-191-1/+1
|
* fix #19498: apply windows batch patchEmile Anclin2010-03-231-1/+2
|
* copyright update : date up 2010Emile Anclin2010-03-231-1/+1
|
* d-t-w, cleanupSylvain Th?nault2009-08-261-2/+0
|
* d-t-wSylvain Th?nault2009-06-111-1/+1
|
* setuptools fixessylvain thenault2009-03-241-9/+11
|
* disable setuptools XXXEmile Anclin2009-03-191-9/+11
|
* cleanupsylvain thenault2009-03-091-8/+0
|
* less generic but cleaner setup.py script, stop adding test into include_dirs ↵sylvain thenault2009-03-091-50/+10
| | | | to avoid byte-compilation pb w/ syntax error in test data
* setup.py fixsylvain thenault2009-01-281-0/+2
|
* use joinsylvain thenault2009-01-281-1/+1
|
* setuptools compatsylvain thenault2009-01-211-32/+40
|
* fix spelling mistake pointed out by skip@pobox.comAlexandre Fayolle2006-05-271-1/+1
|
* check ChangeLogsyt2006-05-091-2/+3
|
* forget the past.root2006-04-261-0/+187
forget the past.