Add files via upload
This commit is contained in:
parent
d2cb6a8a67
commit
c485ffb4e1
1 changed files with 20 additions and 0 deletions
20
setup.cfg
Normal file
20
setup.cfg
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue