summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump version0.9.6Sebastien Martini2015-06-041-1/+1
|
* Release Pyinotify 0.9.50.9.5Sebastien Martini2015-01-091-1/+1
|
* Add new classifiers.Sebastien Martini2014-07-131-1/+5
| | | | Closes #79
* Stub support for Pyinotify on FreeBSD.Sebastien Martini2014-07-061-2/+6
| | | | | | | I don't have any FreeBSD system, so test it and report any issue with this code. Closes #64
* Released Pyinotify 0.9.40.9.4Sebastien Martini2012-11-151-1/+1
|
* Fixed namespace issue.Sebastien Martini2012-08-061-2/+3
|
* Added download_url to package's meta-data.Sebastien Martini2011-12-261-0/+1
|
* Bumped version number, released Pyinotify 0.9.3.0.9.3Sebastien Martini2011-12-201-1/+1
|
* Use setuptools setup method if setuptools package is availableSebastien Martini2011-09-151-1/+7
| | | | (idea contributed by Hunter Blanks hblanks@monetate.com).
* Bumped version number (0.9.2).0.9.2Sebastien Martini2011-04-191-1/+1
|
* Updated setup.py.Sebastien Martini2011-01-281-12/+9
|
* Added C-coded inotify syscalls interface.Sebastien Martini2011-01-281-3/+44
| | | | | | | | | | | | | | - If compile_ext_mod is set to True in setup.py, this extension is explicitly compiled. - If compile_ext_mod is set to False in setup.py (default), this extension is compiled only if no inotify support has been found from ctypes. - Replaced exception type UnsupportedLibcVersionError by InotifyBindingNotFoundError. WatchManager.__init__() may raise this exception on error. - SysCtlINotify (class providing access to inotify /proc variables) is not instanciated (therefore not available) when the C extension is used. It is only available from ctypes.
* Updated setup.py.Sebastien Martini2011-01-231-1/+1
|
* Updated setup.py.Sebastien Martini2011-01-161-3/+13
|
* Released Pyinotify 0.9.1.0.9.1Sebastien Martini2010-10-171-2/+2
|
* Modified project url.Sebastien Martini2010-09-151-1/+1
|
* Pyinotify 0.9.00.9.0Sebastien Martini2010-06-041-2/+2
|
* Pyinotify 0.8.90.8.9Sebastien Martini2010-01-041-2/+2
|
* Updated license to 'MIT License'.Sebastien Martini2010-01-041-2/+2
|
* Updated README.Sebastien Martini2009-12-261-1/+1
|
* Unified setup.py install for python2 and python3.Sebastien Martini2009-12-261-0/+54
|
* Modified Pyinotify's hierarchy in order to support differents versionSebastien Martini2009-11-061-46/+0
| | | | for Python2 and for Python3.
* Pyinotify 0.8.80.8.8Sebastien Martini2009-11-021-2/+2
|
* Pyinotify 0.8.70.8.7Sebastien Martini2009-09-241-3/+3
|
* - Rewritten Color class.Sebastien Martini2009-04-131-4/+4
| | | | - Updated license to GPLv2+
* Removed annoying psyco message (suggested by Henri Tuhola).Sebastien Martini2008-11-041-2/+2
|
* New file setup.pySebastien Martini2008-03-261-0/+46