Skip to content

Commit

Permalink
Merge pull request #260 from p5py/setup
Browse files Browse the repository at this point in the history
Update p5 setup code
  • Loading branch information
arihantparsoya authored Sep 2, 2020
2 parents 5bb5dfc + a6a59ad commit 903a2ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

packages = ['p5']

requires = []
requires = [
'dataclasses;python_version=="3.6"'
]

with open("requirements.txt", "r", encoding="UTF-8") as f:
require = f.read().split("\n")
Expand Down Expand Up @@ -58,10 +60,9 @@
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',

'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],

)

0 comments on commit 903a2ca

Please sign in to comment.