Skip to content

Commit

Permalink
Fixed license + version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alienbrett committed Sep 5, 2022
1 parent e8590b9 commit c85b1ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

# Package meta-data.
NAME = 'financial-security-classes'
DESCRIPTION = 'Pure python financial securities dataclasses, as foundation for other projects'
DESCRIPTION = 'Pure python financial securities dataclasses'
URL = 'https://github.com/alienbrett/financial-security-classes'
EMAIL = 'alienbrett648@gmail.com'
AUTHOR = 'Brett Graves'
REQUIRES_PYTHON = '>=3.9.0'
VERSION = '0.1.1'
VERSION = '0.2.0'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down Expand Up @@ -113,16 +113,16 @@ def run(self):
install_requires=REQUIRED,
extras_require=EXTRAS,
include_package_data=True,
license='MIT',
license='Apache',
classifiers=[
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy'
# 'Programming Language :: Python :: Implementation :: PyPy'
],
# $ setup.py publish support.
cmdclass={
Expand Down

0 comments on commit c85b1ce

Please sign in to comment.