Modified MANIFEST.in. It wasn't installing on Windows#40
Closed
timbroder wants to merge 1 commit intoask:masterfrom
Closed
Modified MANIFEST.in. It wasn't installing on Windows#40timbroder wants to merge 1 commit intoask:masterfrom
timbroder wants to merge 1 commit intoask:masterfrom
Conversation
Collaborator
|
Thanks for reporting. I've just pushed a cleaned version of your patch. For what it is worth, the reason your patch included a complete file rewrite is that one of your tools rewrote the file with Windows line formatting( Thanks, James |
Collaborator
|
And - of course - if you come across any other problems I'd love to hear about them. I don't test on Windows, but that doesn't mean I want to willfully break Windows compatibility ;) Thanks, |
Contributor
Author
|
awesome thanks. Sorry about the windows thing. first go at using git in eclipse. not used to git. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
timbroder@48d85d5
I'm not sure why git put that as a full file change
line changed: prune doc/.build
Thanks
Original Error:
running install
running bdist_egg
running egg_info
writing requirements to github2.egg-info\requires.txt
writing github2.egg-info\PKG-INFO
writing top-level names to github2.egg-info\top_level.txt
writing dependency_links to github2.egg-info\dependency_links.txt
writing requirements to github2.egg-info\requires.txt
writing github2.egg-info\PKG-INFO
writing top-level names to github2.egg-info\top_level.txt
writing dependency_links to github2.egg-info\dependency_links.txt
reading manifest file 'github2.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
Traceback (most recent call last):
File ".\setup.py", line 46, in
"Topic :: Software Development :: Libraries",
File "C:\Python26\lib\distutils\core.py", line 152, in setup
dist.run_commands()
File "C:\Python26\lib\distutils\dist.py", line 975, in run_commands
self.run_command(cmd)
File "C:\Python26\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
File "C:\Python26\lib\site-packages\distribute-0.6.10-py2.6.egg\setuptools\command\install.py", line 73, in run
self.do_egg_install()
File "C:\Python26\lib\site-packages\distribute-0.6.10-py2.6.egg\setuptools\command\install.py", line 93, in do_egg_install
self.run_command('bdist_egg')
File "C:\Python26\lib\distutils\cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "C:\Python26\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
File "C:\Python26\lib\site-packages\distribute-0.6.10-py2.6.egg\setuptools\command\bdist_egg.py", line 167, in run
self.run_command("egg_info")
File "C:\Python26\lib\distutils\cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "C:\Python26\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
File "C:\Python26\lib\site-packages\distribute-0.6.10-py2.6.egg\setuptools\command\egg_info.py", line 179, in run
self.find_sources()
File "C:\Python26\lib\site-packages\distribute-0.6.10-py2.6.egg\setuptools\command\egg_info.py", line 254, in find_sources
mm.run()
File "C:\Python26\lib\site-packages\distribute-0.6.10-py2.6.egg\setuptools\command\egg_info.py", line 310, in run
self.read_template()
File "C:\Python26\lib\site-packages\distribute-0.6.10-py2.6.egg\setuptools\command\sdist.py", line 204, in read_template
_sdist.read_template(self)
File "C:\Python26\lib\distutils\command\sdist.py", line 336, in read_template
self.filelist.process_template_line(line)
File "C:\Python26\lib\distutils\filelist.py", line 129, in process_template_line
(action, patterns, dir, dir_pattern) = self._parse_template_line(line)
File "C:\Python26\lib\distutils\filelist.py", line 112, in _parse_template_line
dir_pattern = convert_path(words[1])
File "C:\Python26\lib\distutils\util.py", line 201, in convert_path
raise ValueError, "path '%s' cannot end with '/'" % pathname
ValueError: path 'doc/.build/' cannot end with '/'