-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
40 lines (39 loc) · 1.09 KB
/
setup.cfg
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
[metadata]
name = pycpsdata
version = 1.0.1
description = Load CPS microdata into a pandas DataFrame using the Census API.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license_files = LICENSE
author = Matt Saenz
author_email = [email protected]
url = https://github.com/matt-saenz/PyCPS
project_urls =
Bug Reports = https://github.com/matt-saenz/PyCPS/issues
Source = https://github.com/matt-saenz/PyCPS
keywords =
pycpsdata
pycps
cps
current population survey
microdata
census bureau
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
package_dir =
= src
packages = pycps
python_requires = >=3.10, <4
install_requires =
pandas>=1.5.0
requests>=2.28.1
include_package_data = True