Add files via upload

This commit is contained in:
blindspotdemo 2023-11-26 11:43:05 +02:00 committed by GitHub
parent d2cb6a8a67
commit c485ffb4e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
setup.cfg Normal file
View file

@ -0,0 +1,20 @@
[metadata]
name = examplepackage
version = 1.0.1
author = Giorgos Myrianthous
description = This is an example project
long_description = This is a longer description for the project
url = https://medium.com/@gmyrianthous
keywords = sample, example, setuptools
[options]
python_requires = >=3.7, <4
install_requires =
pandas
[options.extras_require]
test =
pytest
coverage
[options.package_data]
sample =
example_data.csv'