Skip to content

Commit

Permalink
more prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Jul 4, 2019
1 parent 7848a7a commit 829caa2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
from setuptools import setup


with open("README.md", "r") as f:
long_description = f.read()


setup(
name="greek-normalisation",
version="0.0",
version="0.1",
description="Python 3 utilities for validating and normalising Ancient Greek text",
url="http://github.com/jtauber/greek-normalisation",
author="James Tauber",
author_email="[email protected]",
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
packages=["greek_normalisation"],
zip_safe=False,
Expand Down

0 comments on commit 829caa2

Please sign in to comment.