delete setup.py in favor of pyproject.toml
This commit is contained in:
parent
3c581f6f7f
commit
a512d572fc
|
@ -1,21 +0,0 @@
|
||||||
import os
|
|
||||||
from setuptools import setup
|
|
||||||
|
|
||||||
with open("./README.md", "r") as md:
|
|
||||||
readme = md.read()
|
|
||||||
|
|
||||||
setup(
|
|
||||||
name='planktoscope',
|
|
||||||
version='1.0',
|
|
||||||
packages=['planktoscope'],
|
|
||||||
author="Romain Bazile",
|
|
||||||
author_email="planktoscope@gmail.com",
|
|
||||||
description="An open and affordable imaging platform for citizen oceanography",
|
|
||||||
long_description=readme,
|
|
||||||
long_description_content_type="text/markdown",
|
|
||||||
url="https://github.com/PlanktoScope/PlanktoScope",
|
|
||||||
classifiers=[
|
|
||||||
"Programming Language :: Python :: 3.9",
|
|
||||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
||||||
],
|
|
||||||
)
|
|
Loading…
Reference in a new issue