diff options
| author | Tomás Touceda <chiiph@leap.se> | 2013-08-23 10:18:26 -0300 | 
|---|---|---|
| committer | Tomás Touceda <chiiph@leap.se> | 2013-08-23 10:18:26 -0300 | 
| commit | d9916320aa69ee9eedfd1b24b41cb4a2827afb08 (patch) | |
| tree | 61ddf6c5e1218384c57082a26f4da95307ad5877 | |
| parent | 5f1b8de2cf8c00a0f98c9bfe203794ffd367175b (diff) | |
Rebrand the latest bits
| -rw-r--r-- | MANIFEST.in | 4 | ||||
| -rwxr-xr-x | setup.py | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/MANIFEST.in b/MANIFEST.in index a4d18e0b..6334ce45 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,5 +4,5 @@ recursive-include docs api/* config/* dev/* man/* pkg/* testers/* user/*  prune docs/_build  prune docs/covhtml  include versioneer.py -include src/leap/util/reqs.txt -include src/leap/crypto/tests/wrongcert.pem +include src/leap/bitmask/util/reqs.txt +include src/leap/bitmask/crypto/tests/wrongcert.pem @@ -52,14 +52,14 @@ trove_classifiers = [  parsed_reqs = utils.parse_requirements()  cmdclass = versioneer.get_cmdclass() -leap_launcher = 'bitmask=leap.app:main' +leap_launcher = 'bitmask=leap.bitmask.app:main'  from setuptools.command.develop import develop as _develop  def copy_reqs(path, withsrc=False):      # add a copy of the processed requirements to the package -    _reqpath = ('leap', 'util', 'reqs.txt') +    _reqpath = ('leap', 'bitmask', 'util', 'reqs.txt')      if withsrc:          reqsfile = os.path.join(path, 'src', *_reqpath)      else: | 
