Mercurial > hg > hg-fastimport
comparison setup.py @ 91:c305720d5b7c
setup.py: Add python_fastimport as a package
Remove hgextrd from being installed as a package
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Wed, 20 Jan 2021 20:25:57 +0000 |
| parents | f58882dce2d7 |
| children | 03224546f948 |
comparison
equal
deleted
inserted
replaced
| 90:f58882dce2d7 | 91:c305720d5b7c |
|---|---|
| 11 line = line.decode('utf-8') | 11 line = line.decode('utf-8') |
| 12 if '__version__' in line: | 12 if '__version__' in line: |
| 13 return line.split("'")[1] | 13 return line.split("'")[1] |
| 14 | 14 |
| 15 py_packages = [ | 15 py_packages = [ |
| 16 'hgext3rd', | |
| 17 'hgext3rd.fastimport', | 16 'hgext3rd.fastimport', |
| 17 'hgext3rd.fastimport.vendor.python_fastimport', | |
| 18 ] | 18 ] |
| 19 | 19 |
| 20 py_packagedir = { | 20 py_packagedir = { |
| 21 'hgext3rd': join(dirname(__file__), 'hgext3rd') | 21 'hgext3rd': join(dirname(__file__), 'hgext3rd') |
| 22 } | 22 } |
