Skip to content

Commit

Permalink
prepare for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellery Newcomer committed Dec 20, 2014
1 parent ee49aa5 commit 115b986
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
for f in packageCodeFiles
]

README="""
PyD
PyD provides seamless interoperability between python and the D programming language
Project at https://github.com/ariovistus/pyd
Docs at http://pyd.readthedocs.org/
more about D: http://dlang.org/
"""

distutils.core.setup(
name=PACKAGE_NAME,
package_dir={PACKAGE_NAME: os.curdir},
Expand All @@ -43,14 +55,16 @@

version=open('version.txt').read().strip(),
url='https://github.com/ariovistus/pyd',
description="Interoperability between python and the D programming language",
long_description=README,
maintainer='Ellery Newcomer',
maintainer_email='ellery-newcomer@utulsa.edu',
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Programming Language :: D',
#'Programming Language :: D',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.3

0 comments on commit 115b986

Please sign in to comment.