You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
533 B
21 lines
533 B
<?xml version="1.0" encoding="UTF-8"?> |
|
<!-- ECLIPSE project file |
|
Just copy this file long with `.pydevproject` in wour working-dir |
|
but without the `.sample` suffix, and import it into eclipse/liclise. |
|
--> |
|
<projectDescription> |
|
<name>Pypiserver</name> |
|
<comment></comment> |
|
<projects> |
|
</projects> |
|
<buildSpec> |
|
<buildCommand> |
|
<name>org.python.pydev.PyDevBuilder</name> |
|
<arguments> |
|
</arguments> |
|
</buildCommand> |
|
</buildSpec> |
|
<natures> |
|
<nature>org.python.pydev.pythonNature</nature> |
|
</natures> |
|
</projectDescription>
|
|
|