Merge pull request #1 from micahcochran/patch-1

I didn't know that "\" doesnt work on Linux. But now I do, thanks. Merged.
This commit is contained in:
Karim Bahgat
2015-09-16 23:38:02 +02:00
+1 -1
View File
@@ -9,7 +9,7 @@ setup( long_description=open("README.rst").read(),
url="""http://github.com/karimbahgat/PyCRS""",
version="""0.1.2""",
keywords="""GIS spatial CRS coordinates format""",
packages=['pycrs', 'pycrs\\elements'],
packages=['pycrs', 'pycrs/elements'],
classifiers=['License :: OSI Approved', 'Programming Language :: Python', 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'Intended Audience :: End Users/Desktop', 'Topic :: Scientific/Engineering :: GIS'],
description="""GIS package for reading, writing, and converting between CRS formats.""",
)