Skip to content

Commit

Permalink
Added MANIFEST.in and changed setup.py to look back at README.markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zwarg committed Mar 14, 2012
1 parent a2397fb commit 2c66500
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.markdown
File renamed without changes.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ def finalize_options(self):
keywords = "ogc sld geo geoserver mapserver osgeo geodjango",
url = "http://github.com/azavea/django-sld/",
requires = ["python_sld", "pysal", "scipy", "numpy"],
test_requires = ["django"],
packages = ["djsld","djsld.tests","djsld.tests.djsld-test"],
long_description = read('README'),
long_description = read('README.markdown'),
cmdclass={'test': RunTests},
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 2c66500

Please sign in to comment.