setup.py: some cleanup for the setup.py support. setup.py

Sat, 20 Apr 2019 19:49:25 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 20 Apr 2019 19:49:25 +0200
branch
setup.py
changeset 6961
837e159de70d
parent 6958
949c3c76cc8a
child 6963
1d763fbff600
child 6964
0b8908ba12d3

setup.py: some cleanup for the setup.py support.

.hgignore file | annotate | diff | comparison | revisions
eric6.e4p file | annotate | diff | comparison | revisions
--- a/.hgignore	Sat Apr 20 19:01:54 2019 +0200
+++ b/.hgignore	Sat Apr 20 19:49:25 2019 +0200
@@ -18,6 +18,6 @@
 glob:**.coverage
 glob:GPUCache
 glob:**Thumbs.db
-glob:eric6.egg-info
+glob:eric_ide.egg-info
 glob:dist
 glob:build
--- a/eric6.e4p	Sat Apr 20 19:01:54 2019 +0200
+++ b/eric6.e4p	Sat Apr 20 19:49:25 2019 +0200
@@ -2284,14 +2284,14 @@
     <Other>docs/THANKS</Other>
     <Other>docs/changelog</Other>
     <Other>eric6.e4p</Other>
+    <Other>eric6/APIs/Python/zope-2.10.7.api</Other>
+    <Other>eric6/APIs/Python/zope-2.11.2.api</Other>
+    <Other>eric6/APIs/Python/zope-3.3.1.api</Other>
     <Other>eric6/APIs/Python3/PyQt4.bas</Other>
     <Other>eric6/APIs/Python3/PyQt5.bas</Other>
     <Other>eric6/APIs/Python3/QScintilla2.bas</Other>
     <Other>eric6/APIs/Python3/eric6.api</Other>
     <Other>eric6/APIs/Python3/eric6.bas</Other>
-    <Other>eric6/APIs/Python/zope-2.10.7.api</Other>
-    <Other>eric6/APIs/Python/zope-2.11.2.api</Other>
-    <Other>eric6/APIs/Python/zope-3.3.1.api</Other>
     <Other>eric6/APIs/QSS/qss.api</Other>
     <Other>eric6/APIs/Ruby/Ruby-1.8.7.api</Other>
     <Other>eric6/APIs/Ruby/Ruby-1.8.7.bas</Other>
@@ -2615,6 +2615,7 @@
     <FiletypeAssociation pattern="*.ui" type="FORMS"/>
     <FiletypeAssociation pattern="*.ui.h" type="FORMS"/>
     <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/>
+    <FiletypeAssociation pattern="build" type="__IGNORE__"/>
   </FiletypeAssociations>
   <Documentation>
     <DocumentationParams>

eric ide

mercurial