Commit Graph

3 Commits

Author SHA1 Message Date
Andreas Jaeger e88f6b747a Retire craton
Remove everything, add a README with explanation.

Change-Id: I7c8fcfac0d904f144b6a3838d25db0987d1e74a5
2018-01-18 15:22:28 +01:00
Deepak 4b17e89c76 Drop MANIFEST.in - it's not needed by pbr
craton already uses PBR:-
setuptools.setup(
    setup_requires=['pbr'],
    pbr=True)

This patch removes `MANIFEST.in` file as pbr generates a
sensible manifest from git files and some standard files
and it removes the need for an explicit `MANIFEST.in` file.

Change-Id: I52408a14c7e901e36b6a1d79ec2058d2c8e4dcd6
Closes-Bug: #1608980
2016-10-13 16:28:51 +05:30
Angus Lees 455e5086b2 Initial Cookiecutter Commit (with minor tweaks) 2016-03-23 16:57:20 +11:00