- Add LICENSE, AUTHORS.rst, CHANGELOG.rst and README.rst to MANIFEST.in. - Add "Hyde contributors" to copyright.main
@@ -1,3 +1,11 @@ | |||||
Version 0.8.7a4 | |||||
============================================================ | |||||
* Include project artifacts in sdist. (Issue #211) | |||||
- Add LICENSE, AUTHORS and CHANGELOG to MANIFEST.in | |||||
* Add "Hyde contributors to LICENSE copyright" | |||||
Version 0.8.7a3 | Version 0.8.7a3 | ||||
============================================================ | ============================================================ | ||||
@@ -1,6 +1,7 @@ | |||||
The MIT License | The MIT License | ||||
Copyright (c) 2009 - 2011 Lakshmi Vyasarajan, Ringce.com | |||||
Copyright (c) 2009 - 2013 Lakshmi Vyasarajan, Ringce.com | |||||
Copyright (c) 2009 - 2013 Hyde contributors. | |||||
Permission is hereby granted, free of charge, to any person obtaining a copy | Permission is hereby granted, free of charge, to any person obtaining a copy | ||||
of this software and associated documentation files (the "Software"), to deal | of this software and associated documentation files (the "Software"), to deal | ||||
@@ -1,6 +1,10 @@ | |||||
exclude *.pyc .DS_Store .gitignore .noseids MANIFEST.in | exclude *.pyc .DS_Store .gitignore .noseids MANIFEST.in | ||||
include setup.py | include setup.py | ||||
include distribute_setup.py | include distribute_setup.py | ||||
include LICENSE | |||||
include README.rst | |||||
include AUTHORS.rst | |||||
include CHANGELOG.rst | |||||
recursive-include hyde *.py | recursive-include hyde *.py | ||||
recursive-include hyde/tests *.py | recursive-include hyde/tests *.py | ||||
recursive-include hyde/layouts *.* | recursive-include hyde/layouts *.* |
@@ -1,4 +1,4 @@ | |||||
Version 0.8.7a3 | |||||
Version 0.8.7a4 | |||||
A brand new **hyde** | A brand new **hyde** | ||||
==================== | ==================== | ||||
@@ -2,4 +2,4 @@ | |||||
""" | """ | ||||
Handles hyde version. | Handles hyde version. | ||||
""" | """ | ||||
__version__ = '0.8.7a3' | |||||
__version__ = '0.8.7a4' |