setuptools_git 0.3.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News setuptools_git 0.3.3 (Default branch)
# 1  
Old 01-13-2008
setuptools_git 0.3.3 (Default branch)

setuptools_git is a plugin for Setuptools that enables Git integration. Once installed, Setuptools can be told to include in a module distribution all the files tracked by git. This is an alternative to explicit inclusion specifications with MANIFEST.in. This package was formerly known as gitlsfiles. The name change is the result of an effort by the setuptools plugin developers to provide a uniform naming convention. License: GNU General Public License v3 Changes:
The documentation was improved.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Dist::Zilla::Role::Git::DirtyFiles(3pm) 		User Contributed Perl Documentation		   Dist::Zilla::Role::Git::DirtyFiles(3pm)

NAME
Dist::Zilla::Role::Git::DirtyFiles - provide the allow_dirty & changelog attributes VERSION
version 1.121820 DESCRIPTION
This role is used within the git plugin to work with files that are dirty in the local git checkout. ATTRIBUTES
allow_dirty A list of files that are allowed to be dirty in the git checkout. Defaults to "dist.ini" and the changelog (as defined per the "changelog" attribute. changelog The name of the changelog. Defaults to "Changes". METHODS
list_dirty_files my @dirty = $plugin->list_dirty_files($git, $listAllowed); This returns a list of the modified or deleted files in $git, filtered against the "allow_dirty" attribute. If $listAllowed is true, only allowed files are listed. If it's false, only files that are not allowed to be dirty are listed. In scalar context, returns the number of dirty files. AUTHOR
Jerome Quelin COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-30 Dist::Zilla::Role::Git::DirtyFiles(3pm)