Skip to content
Snippets Groups Projects
Commit b5f25169 authored by Daniel's avatar Daniel
Browse files

Add setup file

parent 7a772a14
No related branches found
No related tags found
No related merge requests found
setup.py 0 → 100644
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="roadwatch-data-processor",
version="0.1",
author="Daniel SASU",
author_email="daniel.sasu@mail.com",
description="A library for processing csv files on road crashes in France. \
Build for Project Roadwatch",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/daniel-sasu/roadwatch-data-processor",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment