Skip to content

Commit

Permalink
for anaconda build
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoorenweerd committed Aug 18, 2021
1 parent 5a74c08 commit d06a723
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import setuptools

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

setuptools.setup(
name="pycoistats",
version="1.4",
author="Camiel Doorenweerd",
author_email="[email protected]",
description="A python package to calculate statistics on haploid DNA sequence data",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/cdoorenweerd/PyCOIStats",
packages=setuptools.find_packages(),
classifiers=(
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"License :: GPL-3.0 License",
),
)

0 comments on commit d06a723

Please sign in to comment.