-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (39 loc) · 1.46 KB
/
setup.cfg
File metadata and controls
42 lines (39 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = steamstore_etl
author = DataForgeOpenAIHub
description = CLI for Steam Store Data Ingestion ETL Pipeline
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/DataForgeOpenAIHub/Steam-Sales-Analysis
license = MIT
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Libraries
Topic :: Utilities
Topic :: Scientific/Engineering :: Information Analysis
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Natural Language :: English
keywords = steam, etl, data-pipeline, cli, python
# See the docstring in versioneer.py for instructions. Note that you must
# re-run 'versioneer.py setup' after changing this section, and commit the
# resulting files.
[versioneer]
VCS = git
style = pep440
versionfile_source = steam_sales/_version.py
versionfile_build = steam_sales/_version.py
tag_prefix = v
parentdir_prefix = steamstore_etl-
[build-system]
requires = ["setuptools>=64", "wheel", "versioneer-518"]
build-backend = "setuptools.build_meta"